Skip to content

Commit 25991d2

Browse files
committed
Merge branch 'master'
Conflicts: .gitlab-ci.yml
2 parents adedc20 + de6e474 commit 25991d2

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ before_script:
88
build:
99
stage: build
1010
script:
11-
- 'dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts'
11+
- dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts
12+
- mono /bin/NuGet.exe push artifacts/**.nupkg -ApiKey $NUGET_KEY
1213
only:
1314
- master
14-
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.0",
2+
"version": "0.2.1",
33

44
"dependencies": {
55
"Microsoft.NETCore.App": {

0 commit comments

Comments
 (0)