Skip to content

Commit 95b686c

Browse files
committed
Provisionally resolve #278 - Add automatic package push
This pushes tagged packages to NuGet, from AppVeyor
1 parent bc4d184 commit 95b686c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tools/appveyor-create-packages.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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 ECHO dotnet push %%F --api-key KEY!
20-
REM FOR %%F IN (.Packages\*.nupkg) DO dotnet push %%F --api-key %NUGET_SECRET_API_KEY%
19+
FOR %%F IN (.Packages\*.nupkg) DO dotnet push %%F --api-key %NUGET_SECRET_API_KEY%
2120
)

0 commit comments

Comments
 (0)