Skip to content

Commit

Permalink
Fix appveyor build nuget repository path.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jan 2, 2018
1 parent c314cd6 commit 4039646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Expand Up @@ -8,7 +8,7 @@ REM ###########################################################################
SETLOCAL ENABLEEXTENSIONS
SET "parent=%~dp0"
SET "path_base=%~1"
SET "nuget_pkg_path=%~1\..\nuget"
SET "nuget_pkg_path=%~1\.nuget\packages"
SET "msbuild_args=/verbosity:minimal /p:Platform=%~2 /p:Configuration=%~3"
SET "proj_version=%~4"
SET "msbuild_exe=msbuild"
Expand Down

0 comments on commit 4039646

Please sign in to comment.