We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827c6fb commit 4d94693Copy full SHA for 4d94693
BuildBin.vs2019.cmd
@@ -25,6 +25,7 @@ goto :eof
25
:BuildBin
26
27
del /s Build\%1\Release\WinWebDiff\*.exe
28
+MSBuild WinWebDiff.vs2019.sln /t:restore /p:RestorePackagesConfig=true || pause
29
MSBuild WinWebDiff.vs2019.sln /t:rebuild /p:Configuration=Release /p:Platform="%1" || pause
30
31
if exist "%SIGNBAT_PATH%" (
BuildBin.vs2022.cmd
+MSBuild WinWebDiff.vs2022.sln /t:restore /p:RestorePackagesConfig=true || pause
MSBuild WinWebDiff.vs2022.sln /t:rebuild /p:Configuration=Release /p:Platform="%1" || pause
0 commit comments