We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c314cd6 commit 4039646Copy full SHA for 4039646
1 file changed
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