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.
2 parents adedc20 + de6e474 commit 25991d2Copy full SHA for 25991d2
.gitlab-ci.yml
@@ -8,13 +8,7 @@ before_script:
8
build:
9
stage: build
10
script:
11
- - 'dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts'
+ - dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts
12
+ - mono /bin/NuGet.exe push artifacts/**.nupkg -ApiKey $NUGET_KEY
13
only:
14
- master
-
15
-publish:
16
- stage: deploy
17
- script:
18
- - 'mono /bin/NuGet.exe push ./artifacts/**.nupkg -ApiKey $NUGET_KEY'
19
- only:
20
- - tags
src/JsonApiDotNetCore/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.2.0",
+ "version": "0.2.1",
3
4
"dependencies": {
5
"Microsoft.NETCore.App": {
0 commit comments