Our build server is configured with just the MS Build Tools 2015 to ensure that we have just enough installed to build projects without having too much installed (i.e. full VS Developer Environment which has led to issues with deployments in the past).
We'd now like to start building Azure projects on this server but the options seem to be "Everything including an instance of Visual Studio", or "All or some of these bits":
Clearly I probably don't need the emulators...
In addition to the MS Build Tools, doing the following allowed me to build Azure Cloud Service projects on a Team City Build Agent:
Web
and WebApplications
targets from C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0
on a machine with Visual Studio installed.Then using the MSBuild Version "MS Build Tools 2015", MSBuild ToolsVersion "14.0" my Azure Cloud Service projects build and package nicely.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With