rebrand
This commit is contained in:
parent
ae6abc104a
commit
5de53a3cba
256 changed files with 22 additions and 22 deletions
|
|
@ -22,7 +22,7 @@ publish:
|
|||
stage: deploy
|
||||
artifacts:
|
||||
paths:
|
||||
- src/nuget-host/bin/Release/netcoreapp2.1/publish/
|
||||
- src/appled/bin/Release/netcoreapp2.1/publish/
|
||||
when: always
|
||||
script:
|
||||
- dotnet publish --configuration Release
|
||||
|
|
@ -45,7 +45,7 @@ deploy-to-apple:
|
|||
when: always
|
||||
script:
|
||||
- dotnet pack --configuration Release --no-restore
|
||||
- cd src/nuget-cli
|
||||
- cd src/applec
|
||||
- dotnet run push -s $NUGETSOURCE -k $NUGETSOURCEAPIKEY ../*/bin/Release/*.nupkg
|
||||
environment:
|
||||
name: production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue