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 cb975ec commit 0851490Copy full SHA for 0851490
.gitlab-ci.yml
@@ -8,8 +8,7 @@ before_script:
8
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'
+ - dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts
+ - mono /bin/NuGet.exe push artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE
13
only:
14
- master
15
-
0 commit comments