broken/ef
Paul Schneider 3 years ago
parent a238bd8cbf
commit dd4dd9321b
1 changed files with 4 additions and 2 deletions

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

Loading…