File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - os : windows
2020 name : x64_msvc
2121 script :
22- - " /c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"
23- - msbuild vc2019 /stackman.sln /p:Platform=x64
24- - vc2019 /x64/Debug/test.exe
22+ - ' "/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"'
23+ - msbuild.exe vs2019 /stackman.sln /p:Platform=x64
24+ - vs2019 /x64/Debug/test.exe
2525 - os : windows
2626 name : x86_msvc
2727 script :
28- - " /c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"
29- - msbuild vc2019 /stackman.sln /p:Platform=x86
30- - vc2019 /win32/Debug/test.exe
28+ - ' "/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"'
29+ - msbuild.exe vs2019 /stackman.sln /p:Platform=x86
30+ - vs2019 /win32/Debug/test.exe
You can’t perform that action at this time.
0 commit comments