diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f47827a5f2..289d439972 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: '9.0' - include-prerelease: True - name: Build run: dotnet build Source\csla.test.sln