bump docker image to net 5
continuous-integration/drone/push Build encountered an error Details
continuous-integration/drone/pr Build encountered an error Details

remove_dependencies
cosmonaut 2021-01-29 16:22:33 -08:00
parent 0817efe037
commit 54e3e2b7e5
1 changed files with 3 additions and 3 deletions

View File

@ -7,18 +7,18 @@
steps:
- name: test
image: mcr.microsoft.com/dotnet/core/sdk:3.1
image: docker pull mcr.microsoft.com/dotnet/runtime:5.0
commands:
- dotnet build -c Release
- dotnet test -c Release
- name: deploy
image: mcr.microsoft.com/dotnet/core/sdk:3.1
image: docker pull mcr.microsoft.com/dotnet/runtime:5.0
environment:
API_KEY:
from_secret: API_KEY
commands:
- dotnet nuget push /build/encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -s https://api.nuget.org/v3/index.json -k $API_KEY
- dotnet nuget push /build/encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -s https://api.nuget.org/v3/index.json -k $API_KEY
when:
ref:
- refs/tags/*.*.*