Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit b5acbc9

Browse files
Update build script to support spaces in solution file name. Fixes #125.
1 parent 3a16851 commit b5acbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SETLOCAL
44

55
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
6-
SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln
6+
SET SOLUTION_PATH="%~dp0src\CodeFormatter.sln"
77
SET MSBUILD14_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe"
88
SET MSBUILD12_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\12.0\bin\MSBuild.exe"
99
SET BUILD_TOOLS_PATH=%MSBUILD14_TOOLS_PATH%

0 commit comments

Comments
 (0)