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

View File

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