Is this bug related to Code Apps?
No
Description
When I create a new .cdsproj and add a plugin project to it and register it, synchronizing the solution does not bring the plugin assembly nor the package to the local file system.
Extension Version
2.0.143
VS Code Version
1.119.0
VS Code Channel
Stable
Steps to Reproduce
- Create a solution using
pac solution init
- Import the solution into an environment.
- Create a plugin using
pac plugin init
- Write some simple logic in the plugin and build it.
- Register the plugin using PRT or XrmTools.
- Add the plugin project as a reference to the solution
- Sync the solution using
pac solution sync.
- Build the
.cdsproj and it will fail saying that the plugin assembly registration configuration is missing.
If you check the local files you will notice that both the plugin assembly and the plugin package are both missing from the local files and just the SdkMessageStep is synchronized.
Expected Behavior
No response
Actual Behavior
No response
Additional Context
No response
Is this bug related to Code Apps?
No
Description
When I create a new .cdsproj and add a plugin project to it and register it, synchronizing the solution does not bring the plugin assembly nor the package to the local file system.
Extension Version
2.0.143
VS Code Version
1.119.0
VS Code Channel
Stable
Steps to Reproduce
pac solution initpac plugin initpac solution sync..cdsprojand it will fail saying that the plugin assembly registration configuration is missing.If you check the local files you will notice that both the plugin assembly and the plugin package are both missing from the local files and just the SdkMessageStep is synchronized.
Expected Behavior
No response
Actual Behavior
No response
Additional Context
No response