MIght have accidentally broke razzle.cmd here

This commit is contained in:
Mike Griese 2021-05-06 07:53:11 -05:00
parent b8dc6eed7b
commit 7654de9c31

View file

@ -21,7 +21,7 @@ rem Add nuget to PATH
set PATH=%PATH%%OPENCON%\dep\nuget;
rem Run nuget restore so you can use vswhere
nuget restore %OPENCON% -Verbosity quiet
nuget restore %OPENCON%\OpenConsole.sln -Verbosity quiet
rem Find vswhere
rem from https://github.com/microsoft/vs-setup-samples/blob/master/tools/vswhere.cmd