Skip to content

Commit 282354c

Browse files
committed
Fix appveyor build nuget repository path.
1 parent 9920381 commit 282354c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gsl.build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ exit /b 0
147147
SETLOCAL ENABLEEXTENSIONS
148148
SET "parent=%~dp0"
149149
SET "path_base=%~1"
150-
SET "nuget_pkg_path=%~1\\..\\nuget"
150+
SET "nuget_pkg_path=%~1\\.nuget\\packages"
151151
SET "msbuild_args=/verbosity:minimal /p:Platform=%~2 /p:Configuration=%~3"
152152
SET "proj_version=%~4"
153153
SET "msbuild_exe=msbuild"

0 commit comments

Comments
 (0)