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 11stages :
22 - build
3+ - deploy
34
45before_script :
5- - ' whoami'
66 - ' sudo dotnet restore'
77
88build :
99 stage : build
1010 script :
1111 - ' dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts'
12- - ' mono /bin/NuGet.exe push ./artifacts/*.nupkg %NugetAPIKey% -Source %NugetSource%'
1312 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+
13# Task List
24
35- [x] Add inbound serialization formatting
You can’t perform that action at this time.
0 commit comments