Skip to content

Commit a5888c7

Browse files
committed
Fix appveyor build nuget repository path.
1 parent 101e091 commit a5888c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REM ###########################################################################
88
SETLOCAL ENABLEEXTENSIONS
99
SET "parent=%~dp0"
1010
SET "path_base=%~1"
11-
SET "nuget_pkg_path=%~1\..\nuget"
11+
SET "nuget_pkg_path=%~1\.nuget\packages"
1212
SET "msbuild_args=/verbosity:minimal /p:Platform=%~2 /p:Configuration=%~3"
1313
SET "proj_version=%~4"
1414
SET "msbuild_exe=msbuild"

0 commit comments

Comments
 (0)