File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
stages :
2
2
- build
3
+ - deploy
3
4
4
5
before_script :
5
- - ' whoami'
6
6
- ' sudo dotnet restore'
7
7
8
8
build :
9
9
stage : build
10
10
script :
11
11
- ' dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts'
12
- - ' mono /bin/NuGet.exe push ./artifacts/*.nupkg %NugetAPIKey% -Source %NugetSource%'
13
12
only :
14
- - master
13
+ - master
14
+
15
+ publish :
16
+ stage : deploy
17
+ script :
18
+ - ' mono /bin/NuGet.exe push ./artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
19
+ only :
20
+ - tags
Original file line number Diff line number Diff line change
1
+ [ ![ build status] ( https://gitlab.cmh.edu/jcnance/JsonApiDotnetCore/badges/master/build.svg )] ( https://gitlab.cmh.edu/jcnance/JsonApiDotnetCore/commits/master )
2
+
1
3
# Task List
2
4
3
5
- [x] Add inbound serialization formatting
You can’t perform that action at this time.
0 commit comments