diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7031904..9f74a7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,3 +81,24 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./test/TestResults/output/coverage.${{ matrix.framework }}.info + + publish: + runs-on: windows-latest + name: Publish + + steps: + + - uses: actions/checkout@v2 + + - name: Setup .NET Core 3.1 + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 3.1.x + + - name: Setup .NET 5.0 + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 5.0.x + + - name: Pack + run: dotnet pack -c Release --include-source -p:PackageVersion=1.2.3