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 6f2d538 commit dffe53aCopy full SHA for dffe53a
.gitlab-ci.yml
@@ -9,6 +9,6 @@ build:
9
stage: build
10
script:
11
- dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts
12
- - mono /bin/NuGet.exe push ./artifacts/**.nupkg -ApiKey $NUGET_KEY'
+ - mono /bin/NuGet.exe push artifacts/**.nupkg -ApiKey $NUGET_KEY
13
only:
14
- master
0 commit comments