It has been a while since I installed the build server, maybe I forgot something, or maybe .NET 4.5 is different from any version I made with the past, but here is my problem.
I am trying to configure the build server to monitor the version control repository. Whenever something changes, I want the server to pull the changes and build the project. If there are no errors, I want to deploy the site to a website running on the build server.
In the past, when I did this, I thought I could only do this with .NET installed, but when I try to create this project, I get the error message "C: \ Program Files \ MSBuild \ Microsoft \ VisualStudio \ v11.0 \ WebApplications \ Microsoft.WebApplication.targets "is missing, and if I go and see, I see that it is missing. There are actually no Visual Studio 11 goal files.
After much thought and head scratches, I went out and got the “Windows 8 / .NET 4.5 SDK”, believing that the .NET 4.5 SDK can install the target file files that I need, but this did not happen if I did not install it incorrectly as- that.
So, what do I need to place on the build server in order to get the project for the build. I would prefer not to install the full version of Visual Studio 2012.
Zack Oct 17 2018-12-12T00: 00Z
source share