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 80115ed commit cb975ecCopy full SHA for cb975ec
.gitlab-ci.yml
@@ -9,12 +9,7 @@ build:
9
stage: build
10
script:
11
- 'dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts'
12
+ - 'mono /bin/NuGet.exe push artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
13
only:
14
- master
-
15
-publish:
16
- stage: deploy
17
- script:
18
- - 'mono /bin/NuGet.exe push artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
19
- only:
20
- - master
+
0 commit comments