File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [ main, dev ]
6+ workflow_dispatch :
7+
8+ jobs :
9+ ci :
10+ name : Continuous Integration
11+ uses : bigbang1112/workflows/.github/workflows/ci.yml@main
12+ with :
13+ dotnet-version : |
14+ 10.x.x
15+ 9.x.x
16+ 8.x.x
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Publish NuGet
2+
3+ on :
4+ release :
5+ types : [ published ]
6+ workflow_dispatch :
7+
8+ permissions :
9+ contents : write # important for release description edit and asset upload
10+ packages : write
11+
12+ jobs :
13+ publish :
14+ name : Publish NuGet
15+ uses : bigbang1112/workflows/.github/workflows/publish-nuget.yml@main
16+ with :
17+ dotnet-version : |
18+ 10.x.x
19+ 9.x.x
20+ 8.x.x
21+ project-path : MinimalXmlReader
22+ secrets :
23+ NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments