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 95b686c commit 391251dCopy full SHA for 391251d
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 push %%F --api-key %NUGET_SECRET_API_KEY%
+ FOR %%F IN (.Packages\*.nupkg) DO dotnet nuget push %%F --api-key %NUGET_SECRET_API_KEY%
20
)
0 commit comments