We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ecc66 commit 80115edCopy full SHA for 80115ed
.gitlab-ci.yml
@@ -15,6 +15,6 @@ build:
15
publish:
16
stage: deploy
17
script:
18
- - 'mono /bin/NuGet.exe push ./artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
+ - 'mono /bin/NuGet.exe push artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
19
only:
20
- master
0 commit comments