We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81f4d8 commit 4364758Copy full SHA for 4364758
1 file changed
nuget/build_nuget.ps1
@@ -18,7 +18,7 @@ Get-ChildItem "." -Filter *.in | Foreach-Object{
18
}
19
20
21
-"%VS142COMNTOOLS%\VsMSBuildCmd.bat"
+"%VS143COMNTOOLS%\VsMSBuildCmd.bat"
22
23
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v140_Debug /p:Platform=x86 /v:minimal /nologo; If(!$?){exit 1}
24
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v140_Release /p:Platform=x86 /v:minimal /nologo; If(!$?){exit 1}
0 commit comments