diff --git a/.travis.yml b/.travis.yml index 4666e8c..f1d9c4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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