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
I have a .NET solution that I built on a build system with MSBuild 14, VS 2015 installed and Windows 10. I'm now trying to find the minimal setup for building that project. I have Windows Server 2016 OS. I prefer all the build tools to be standalone if possible. I'm currently able to build the project with MSBuild and VS2015/VS2017 installed but I'm unable to build without VS installed. Is it possible? Is there a standalone edition of the latest MSBuild?
Thank you in advance,
Nedko
The text was updated successfully, but these errors were encountered:
I think that the Build Tools for Visual Studio 2017 have a standalone version of MSBuild for Windows. You can download it here (at the bottom of the page, under "Other Tools and Frameworks")
Team Triage:
The current supported way to distribute MSBuild is via the Build Tools installer (which @Veigres linked), through Visual Studio, or through dotnet CLI. We don't have an xcopy-able deployment supported at this time.
Hi team,
I have a .NET solution that I built on a build system with MSBuild 14, VS 2015 installed and Windows 10. I'm now trying to find the minimal setup for building that project. I have Windows Server 2016 OS. I prefer all the build tools to be standalone if possible. I'm currently able to build the project with MSBuild and VS2015/VS2017 installed but I'm unable to build without VS installed. Is it possible? Is there a standalone edition of the latest MSBuild?
Thank you in advance,
Nedko
The text was updated successfully, but these errors were encountered: