Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>To run on on your CI server without Visual Studio, you only need to copy a few folders from a development machine to the same location on the CI server. There is no need to install the SDK.</p> <p><strong>VS 2015:</strong></p> <ul> <li>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web</li> <li>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\WebApplications</li> </ul> <p><strong>VS 2013:</strong></p> <ul> <li>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web</li> <li>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\WebApplications</li> </ul> <p><strong>VS 2012:</strong></p> <ul> <li>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web</li> <li>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications</li> </ul> <p><strong>VS 2010:</strong></p> <ul> <li>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Web</li> <li>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications</li> </ul> <p><strong>.NET 4.6:</strong></p> <ul> <li>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6</li> </ul> <p><strong>.NET 4.5.2:</strong></p> <ul> <li>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2</li> </ul> <p><strong>.NET 4.5.1:</strong></p> <ul> <li>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1</li> </ul> <p><strong>.NET 4.5:</strong></p> <ul> <li>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5</li> </ul> <p><strong>.NET 4.0.1:</strong></p> <ul> <li>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0.1</li> </ul> <p><strong>.NET 4.0:</strong></p> <ul> <li>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0</li> </ul> <p>Or, as <a href="https://stackoverflow.com/questions/15419610/msbuild-in-teamcity-of-visual-studio-2012-solution/#25062230">Matt suggested</a>, you could copy them into a subdirectory of your project and alter the <code>&lt;MSBuildExtensionsPath32&gt;</code> location in your MSBuild (typically <code>.csproj</code> or <code>.vbproj</code>) file.</p> <p>Once you have done this, your project will compile.</p> <p>You should also set the VisualStudioVersion environment variable explicitly to the Visual Studio version (10.0 for VS2010, 11.0 for VS2012, 12.0 for VS2013, 14.0 for VS2015) you are using just to be sure it is set right in your configuration.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload