Skip to content

Commit 72034eb

Browse files
committed
Further work #278 - Add required nuget source param
1 parent 391251d commit 72034eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/appveyor-create-packages.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ REM ---
1616
REM If we built from a tag then push those packages
1717
REM ---
1818
IF %APPVEYOR_REPO_TAG%==true (
19-
FOR %%F IN (.Packages\*.nupkg) DO dotnet nuget push %%F --api-key %NUGET_SECRET_API_KEY%
19+
FOR %%F IN (.Packages\*.nupkg) DO dotnet nuget push %%F --api-key %NUGET_SECRET_API_KEY% -s https://api.nuget.org/v3/index.json
2020
)

0 commit comments

Comments
 (0)