deploy on tag

pull/5/head
Evan Hemsley 2019-06-20 00:59:15 -07:00
parent f94d2c018f
commit 816dd4a6f8
1 changed files with 8 additions and 0 deletions

View File

@ -7,3 +7,11 @@ dotnet: 2.1.502
script:
- dotnet restore
- dotnet test
deploy:
skip_cleanup: true
provider: script
script: dotnet nuget push ./encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -k $API_KEY -s $NUGET_SOURCE
on:
tags: true
repo: encompass-ecs/encompass-cs