We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391251d commit 72034ebCopy full SHA for 72034eb
Tools/appveyor-create-packages.cmd
@@ -16,5 +16,5 @@ REM ---
16
REM If we built from a tag then push those packages
17
REM ---
18
IF %APPVEYOR_REPO_TAG%==true (
19
- FOR %%F IN (.Packages\*.nupkg) DO dotnet nuget push %%F --api-key %NUGET_SECRET_API_KEY%
+ FOR %%F IN (.Packages\*.nupkg) DO dotnet nuget push %%F --api-key %NUGET_SECRET_API_KEY% -s https://api.nuget.org/v3/index.json
20
)
0 commit comments