Skip to content
Snippets Groups Projects
Commit f6ec5830 authored by Loránt Bugár's avatar Loránt Bugár
Browse files

Update .gitlab-ci.yml file

parent 1c1c90ce
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ deploy: ...@@ -35,7 +35,7 @@ deploy:
expire_in: 1 week expire_in: 1 week
script: script:
- dotnet pack -c Release - dotnet pack -c Release
- dotnet nuget add source https://gitlab.twinzo.eu/api/v4/projects/203/packages/nuget/index.json -n gitlab_tDevkit -u lorant.bugar -p Yx5G3Xnp-QnVsCo4FwyJ --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 lorant.bugar -p Yx5G3Xnp-QnVsCo4FwyJ --store-password-in-clear-text
- dotnet nuget push "Main/bin/Release/*.nupkg" --source gitlab_tDevkit - dotnet nuget push "Main/bin/Release/*.nupkg" --source gitlab_tDevkit
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