when i try to build solutions created with VS 2013 I got an error:
Stage Awaiting Agent
No agents are currently available to execute the stage.
haghost: The expression, '$Agent.VisualStudio.2013.Path$' exists, evaluated false. '$Agent.VisualStudio.2013.Path$' does not exist
I tried to manually set the path in the agent variable to VisualStudio (currently there is only VS 2013 Web which doesnt have a devenv.exe liek previous versions)
I set the path to the exe that is called for starting it : C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\VWDExpress.exe
But still same error. what do i have to do ? Which version of visual studio is needed?
We don't currenlty support building with Express versions of Visual Studio, so you need to install a full version. We'll look into whether it is possible for us to support Express versions in the future.
Thx for your reply. ok.But shouldnt i be able to build using the ms build project action ?
if use this (for a portable library) i get the following exception
Project “C:\CI_WS\Ws\36\Source\Demeter\src\Core\BE.Code.Core\BE.Code.Core.csproj” on node 1 (build target(s)). C:\CI_WS\Ws\36\Source\Demeter\src\Core\BE.Code.Core\BE.Code.Core.csproj(85,3): error MSB4019: The imported project “C:\Program Files (x86)\MSBuild\Microsoft\Portable\v4.6\Microsoft.Portable.CSharp.targets” was not found. Confirm that the path in the declaration is correct, and that the file exists on disk." status=error Done Building Project “C:\CI_WS\Ws\36\Source\Demeter\src\Core\BE.Code.Core\BE.Code.Core.csproj” (build target(s)) – FAILED. status=error Build FAILED." status=error