Skip to content

Commit 4364758

Browse files
committed
msvs: v143
1 parent a81f4d8 commit 4364758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuget/build_nuget.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get-ChildItem "." -Filter *.in | Foreach-Object{
1818
}
1919

2020

21-
"%VS142COMNTOOLS%\VsMSBuildCmd.bat"
21+
"%VS143COMNTOOLS%\VsMSBuildCmd.bat"
2222

2323
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v140_Debug /p:Platform=x86 /v:minimal /nologo; If(!$?){exit 1}
2424
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v140_Release /p:Platform=x86 /v:minimal /nologo; If(!$?){exit 1}

0 commit comments

Comments
 (0)