You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently same coretools build publish different artifacts for visual studio (minified versions - link) and cli/vscode. We can improve the build process to separate out visual studio artifacts and use symbol approach as below. This will make overall code simpler. After this we can cleanup the logic in this PR for IsMinifiedVersion() - #3825
Description
Currently same coretools build publish different artifacts for visual studio (minified versions - link) and cli/vscode. We can improve the build process to separate out visual studio artifacts and use symbol approach as below. This will make overall code simpler. After this we can cleanup the logic in this PR for
IsMinifiedVersion()
- #3825In C# -
In csproj -
We also need overall engineering improvements in the build process here to change from dotnet build orchestration to msbuild
The text was updated successfully, but these errors were encountered: