We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101e091 commit a5888c7Copy full SHA for a5888c7
build.cmd
@@ -8,7 +8,7 @@ REM ###########################################################################
8
SETLOCAL ENABLEEXTENSIONS
9
SET "parent=%~dp0"
10
SET "path_base=%~1"
11
-SET "nuget_pkg_path=%~1\..\nuget"
+SET "nuget_pkg_path=%~1\.nuget\packages"
12
SET "msbuild_args=/verbosity:minimal /p:Platform=%~2 /p:Configuration=%~3"
13
SET "proj_version=%~4"
14
SET "msbuild_exe=msbuild"
0 commit comments