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 7c01c0c commit c283d5c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ packer:
- dotnet build src
- dotnet pack src --include-symbols -p:PackageVersion=0.2.$CI_PIPELINE_ID
- dotnet nuget push "**/*.symbols.nupkg" -k $nugetkey -s https://api.nuget.org/v3/index.json

artifacts:
expire_in: 1 day
paths:
- ./src/BlazorComponent
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:
- ./src/BlazorComponent
retry: 2


Expand Down

0 comments on commit c283d5c

Please sign in to comment.