I have some trouble to setup a task to build a ASP.NET Core project with VS2015. All necessary tools are installed on the build server and I can compile the project using the IDE on the build server.
My task consists of:
When I execute the plan, it simply hangs when starting the compiler:
C:\bamboo-home\xml-data\build-dir\ARES-ARES-WEB>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
Does anybody know the reason for this behaviour?
I am now using the following tasks:
This way I can compile the project.
If I compile the project on the build server using "msbuild" in a command line window, the "dotnet restore" step is not necessary. Strange.
Try building from a command line task instead of a visual studio task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.