one more time!!!

pull/5/head
Evan Hemsley 2019-06-26 22:43:44 -07:00
parent cd8654187e
commit 68e01239d6
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@ jobs:
- run: dotnet build -c Release - run: dotnet build -c Release
- run: dotnet test -c Release - run: dotnet test -c Release
- persist_to_workspace: - persist_to_workspace:
root: . root: .
deploy: deploy:
<<: *defaults <<: *defaults
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
at: . at: .
- run: dotnet nuget push ./encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -k $API_KEY -s $NUGET_SOURCE - run: dotnet nuget push ./encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -k $API_KEY -s $NUGET_SOURCE
workflows: workflows: