Skip to content

Commit

Permalink
修改CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yihango committed Dec 4, 2022
1 parent fa9b602 commit b9fa26b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab/ci/module-nuget.tag-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ push_gitlab:
script:
- cd nupkg
- pwsh ./pack.ps1
- export NUGET_GITLAB_SOURCE="${gitlab_pack_nuget}"
- export NUGET_GITLAB_USER="${gitlab_pack_user}"
- export NUGET_GITLAB_TOKEN="${gitlab_pack_token}"
- export NUGET_GITLAB_SOURCE="${gitlab_52abp_nuget_source}"
- export NUGET_GITLAB_USER="${gitlab_52abp_nuget_user}"
- export NUGET_GITLAB_TOKEN="${gitlab_52abp_nuget_token}"
- pwsh ./nuget_gitlab_login.ps1
- export NUGET_SOURCE="${gitlab_pack_nuget}"
- export NUGET_SOURCE_APIKEY="${gitlab_pack_token}"
- export NUGET_SOURCE="${gitlab_52abp_nuget_source}"
- export NUGET_SOURCE_APIKEY="${gitlab_52abp_nuget_token}"
# - export DISABLE_API_KEY='True'
- pwsh ./pack_push.ps1

Expand Down

0 comments on commit b9fa26b

Please sign in to comment.