broken/ef
Paul Schneider 3 years ago
parent b341fdfa4d
commit 25069e5aa2
1 changed files with 2 additions and 2 deletions

@ -11,7 +11,7 @@ before_script:
- dotnet restore - dotnet restore
after_script: after_script:
- dotnet nuget delete gitlab - dotnet nuget source remove gitlab
nonreg: nonreg:
stage: test stage: test
@ -43,7 +43,7 @@ deploy:
when: always when: always
script: script:
- dotnet pack -c Release - dotnet pack -c Release
- dotnet nuget add source -name gitlab --username gitlab+deploy-token-2 --password $CI_JOB_TOKEN --store-password-in-clear-text "$CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/packages/nuget/index.json" - dotnet nuget add source --name gitlab --username gitlab+deploy-token-2 --password $CI_JOB_TOKEN --store-password-in-clear-text "$CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/packages/nuget/index.json"
- dotnet nuget push src/*/bin/Release/*.nupkg -s gitlab - dotnet nuget push src/*/bin/Release/*.nupkg -s gitlab
only: only:
- master - master

Loading…