aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 23058ece..0cf8062c 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -1,9 +1,9 @@
1@setlocal 1@setlocal
2@pushd %~dp0 2@pushd %~dp0
3@set _C=Release 3@set _C=Release
4@if /i "%1"=="debug" set _C=Debug
4@set _P=%~dp0build\%_C%\publish 5@set _P=%~dp0build\%_C%\publish
5@set _RCO=/S /R:1 /W:1 /NP /XO /NS /NC /NFL /NDL /NJH /NJS 6@set _RCO=/S /R:1 /W:1 /NP /XO /NS /NC /NFL /NDL /NJH /NJS
6@if /i "%1"=="debug" set _C=Debug
7 7
8:: Restore 8:: Restore
9nuget restore || exit /b 9nuget restore || exit /b