Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Table of Contents

...

MSBuild Version

SolutionSampl
14Set the MSBuildEmitSolution environment variable to 1 before running MSBuild
set MSBuildEmitSolution=1
Msbuild SlnFolders.sln
15Add the --msBuildVersion 15 flag to the prepareForMsBuild command
SL.DotNet.exe prepareForMsBuild  --buildSessionIdFile buildSessionId.txt --workspacePath "C:\path\to\project" --msBuildVersion 15

...