Skip to content
Snippets Groups Projects
Commit 2629ccb1 authored by Patrik Paško's avatar Patrik Paško
Browse files

Update .gitlab-ci.yml file

parent 3cda1cee
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ deploy: ...@@ -44,7 +44,7 @@ deploy:
script: script:
- dotnet pack -c Release - dotnet pack -c Release
- dotnet nuget add source https://gitlab.twinzo.eu/api/v4/projects/189/packages/nuget/index.json -n gitlab_tDevkit -u tdevkit-cicd-token -p DGNWkU2xbAXkRH3xo7jL --store-password-in-clear-text - dotnet nuget add source https://gitlab.twinzo.eu/api/v4/projects/189/packages/nuget/index.json -n gitlab_tDevkit -u tdevkit-cicd-token -p DGNWkU2xbAXkRH3xo7jL --store-password-in-clear-text
- dotnet nuget push "SDK/bin/Release/*.nupkg" --source gitlab_tDevkit -u tdevkit-cicd-token -p DGNWkU2xbAXkRH3xo7jL --store-password-in-clear-text - dotnet nuget push "SDK/bin/Release/*.nupkg" --source gitlab_tDevkit -k DGNWkU2xbAXkRH3xo7jL
only: only:
- master - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment