Skip to content

Commit 07a994b

Browse files
committed
fix(ci): use nuget path and bump version
1 parent 29e14fd commit 07a994b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ build:
99
stage: build
1010
script:
1111
- 'dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts'
12-
- 'mono NuGet.exe push ./artifacts/*.nupkg %NugetAPIKey% -Source %NugetSource%'
12+
- 'mono /bin/NuGet.exe push ./artifacts/*.nupkg %NugetAPIKey% -Source %NugetSource%'
1313
only:
1414
- master

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": "1.0.0-*",
2+
"version": "0.2.0",
33

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

0 commit comments

Comments
 (0)