We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ab6ad commit c28dd73Copy full SHA for c28dd73
1 file changed
.github/workflows/ci.yaml
@@ -81,3 +81,24 @@ jobs:
81
with:
82
github-token: ${{ secrets.GITHUB_TOKEN }}
83
path-to-lcov: ./test/TestResults/output/coverage.${{ matrix.framework }}.info
84
+
85
+ publish:
86
+ runs-on: windows-latest
87
+ name: Publish
88
89
+ steps:
90
91
+ - uses: actions/checkout@v2
92
93
+ - name: Setup .NET Core 3.1
94
+ uses: actions/setup-dotnet@v1
95
+ with:
96
+ dotnet-version: 3.1.x
97
98
+ - name: Setup .NET 5.0
99
100
101
+ dotnet-version: 5.0.x
102
103
+ - name: Pack
104
+ run: dotnet pack -c Release --include-source -p:PackageVersion=1.2.3
0 commit comments