This commit is contained in:
Paul Schneider 2021-05-08 21:50:59 +01:00
commit dd4dd9321b

View file

@ -32,7 +32,9 @@ test2:
publish: publish:
stage: deploy stage: deploy
artifacts: bin/Release/netcoreapp2.1/publish/ artifacts:
paths:
- bin/Release/netcoreapp2.1/publish/
script: script:
- dotnet publish --version-suffix ci --configuration Release --ignore-failed-sources - dotnet publish --version-suffix ci --configuration Release --ignore-failed-sources
@ -40,6 +42,6 @@ pack:
stage: deploy stage: deploy
artifacts: artifacts:
paths: paths:
- bin/Release/*.nupkg - bin/Release/nuget-host.*.nupkg
script: script:
- dotnet pack --version-suffix ci --configuration Release --no-restore - dotnet pack --version-suffix ci --configuration Release --no-restore