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

Loading…