This commit is contained in:
Paul Schneider
2021-06-27 01:53:00 +01:00
parent ae6abc104a
commit 5de53a3cba
256 changed files with 22 additions and 22 deletions

View File

@ -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