diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71806886d..e5bb1070a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: uses: actions/setup-dotnet@v1.8.1 with: dotnet-version: ${{ env.DOTNET_SDK_VERSION }} + include-prerelease: true - name: Verify .NET Core run: dotnet --info diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 099f02f0c..24213bb6d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,7 @@ jobs: uses: actions/setup-dotnet@v1.8.1 with: dotnet-version: ${{ env.DOTNET_SDK_VERSION }} + include-prerelease: true - name: Verify .NET Core run: dotnet --info