diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8b8e09c..8e5fc63 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,6 +23,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: ${{ env.DOTNET_VERSION }} + include-prerelease: true - name: Restore run: dotnet restore - name: Build diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 26bce35..248e7e3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,6 +28,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: ${{ env.DOTNET_VERSION }} + include-prerelease: true - name: Restore run: dotnet restore - name: Build