We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fddc2a commit 57ec105Copy full SHA for 57ec105
1 file changed
.github/workflows/ci.yaml
@@ -73,3 +73,18 @@ jobs:
73
with:
74
github-token: ${{ secrets.GITHUB_TOKEN }}
75
path-to-lcov: ./test/TestResults/output/coverage.${{ matrix.framework }}.info
76
+
77
+ publish:
78
+ runs-on: windows-latest
79
+ name: Publish
80
+ steps:
81
82
+ - uses: actions/checkout@v1
83
84
+ - name: Setup .NET Core
85
+ uses: actions/setup-dotnet@v1
86
+ with:
87
+ dotnet-version: 3.1.x
88
89
+ - name: Pack
90
+ run: dotnet pack -c Release --include-source -p:PackageVersion=1.2.3
0 commit comments