remove deploy step
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5f158adc5a
commit
25f78aa5f3
11
.drone.yml
11
.drone.yml
|
@ -19,14 +19,3 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- dotnet build -c Release
|
- dotnet build -c Release
|
||||||
- dotnet test -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/*.*.*
|
|
||||||
|
|
Loading…
Reference in New Issue