Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mixvii authored Jun 21, 2022
1 parent 550a585 commit 7c01c0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ packer-prd:
- dotnet build src
- dotnet pack src --include-symbols -p:PackageVersion=$CI_COMMIT_TAG
- dotnet nuget push "**/*.symbols.nupkg" -k $nugetkey -s https://api.nuget.org/v3/index.json
after_script:
- git config --global --unset https.proxy
- git config --global --unset http.proxy
- echo "" >/home/gitlab-runner/.gitconfig
artifacts:
expire_in: 1 day
paths:
Expand Down

0 comments on commit 7c01c0c

Please sign in to comment.