one more time!!!
parent
cd8654187e
commit
68e01239d6
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue