2019-06-20 06:07:03 +00:00
|
|
|
dist: xenial
|
2019-06-20 05:53:10 +00:00
|
|
|
language: csharp
|
|
|
|
solution: encompass-cs.sln
|
2019-06-20 07:44:20 +00:00
|
|
|
mono: none
|
|
|
|
dotnet: 2.1.502
|
2019-06-20 05:53:10 +00:00
|
|
|
|
|
|
|
script:
|
2019-06-20 07:44:20 +00:00
|
|
|
- dotnet restore
|
2019-06-20 08:05:34 +00:00
|
|
|
- dotnet build -c Release
|
|
|
|
- dotnet test -c Release
|
2019-06-20 07:59:15 +00:00
|
|
|
|
|
|
|
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
|