.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
290 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello.
When I'm looking at how VS2019 builds my webAPI project I see a csc.exe execution with many references to .NET5 SDK dlls (dozens) from within the program files folder.
I also see references to 3rd parties that Nuget chose to download into my own user folder in the OS's users folder.
And finally references to the code files themselves.
There must be an easier command to create an automated build without referencing dozens of .NET core dlls for using automated builds with Bamboo.
Solved using "dotnet publish" command instead of what VS2019 is using.