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

@ -38,6 +38,8 @@ publish:
pack: pack:
stage: deploy stage: deploy
artifacts: bin/Release/nuget-host.*.nupkg artifacts:
paths:
- bin/Release/*.nupkg
script: script:
- dotnet pack --version-suffix ci --configuration Release --no-restore - dotnet pack --version-suffix ci --configuration Release --no-restore

Loading…