one more time!!!
parent
cd8654187e
commit
68e01239d6
|
@ -17,14 +17,14 @@ jobs:
|
|||
- run: dotnet build -c Release
|
||||
- run: dotnet test -c Release
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
root: .
|
||||
|
||||
deploy:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: .
|
||||
at: .
|
||||
- run: dotnet nuget push ./encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -k $API_KEY -s $NUGET_SOURCE
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Reference in New Issue