Skip to content

Commit 02c46a6

Browse files
committed
update built to install packages
1 parent 54edf48 commit 02c46a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
set VCC_CONFIG=Release
55
if exist "%VSINSTALLDIR%\MSBuild\Current\Bin\MSBuild.exe" (
6+
nuget restore
67
msbuild vcc.sln /m /p:Configuration=%VCC_CONFIG% /p:Platform=x86
78
if errorlevel 0 (
89
echo Find Vcc.exe in %cd%\__obj\Win32\%VCC_CONFIG%\vcc\out\vcc.exe

0 commit comments

Comments
 (0)