remove deploy step
continuous-integration/drone/push Build is passing Details

pull/1/head
Evan Hemsley 2020-02-20 23:26:29 -08:00
parent 5f158adc5a
commit 25f78aa5f3
1 changed files with 0 additions and 11 deletions

View File

@ -19,14 +19,3 @@ steps:
commands:
- dotnet build -c Release
- dotnet test -c Release
- name: deploy
image: mcr.microsoft.com/dotnet/core/sdk:3.1
environment:
API_KEY:
from_secret: API_KEY
commands:
- dotnet nuget push /build/NETPhysFS/bin/Release/MoonTools.NETPhysFS.*.nupkg -s https://api.nuget.org/v3/index.json -k $API_KEY
when:
ref:
- refs/tags/*.*.*