We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a16851 + b5acbc9 commit ef47864Copy full SHA for ef47864
build.cmd
@@ -3,7 +3,7 @@
3
SETLOCAL
4
5
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
6
-SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln
+SET SOLUTION_PATH="%~dp0src\CodeFormatter.sln"
7
SET MSBUILD14_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe"
8
SET MSBUILD12_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\12.0\bin\MSBuild.exe"
9
SET BUILD_TOOLS_PATH=%MSBUILD14_TOOLS_PATH%
0 commit comments