From ff53486df7277fc4469929e3c4deba959be22892 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 26 Oct 2022 11:50:36 -0700 Subject: [PATCH 1/2] Modify GH Actions to remove include-prerelease --- .github/workflows/linux-ci.yml | 2 -- .github/workflows/windows-ci.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index afe2c61192..b797152ad2 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -30,8 +30,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index f7178bd09f..9378d88319 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install dependencies run: dotnet restore From 0e0a70284631f78a463e60b3f666ac5a6e10b361 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 26 Oct 2022 12:13:13 -0700 Subject: [PATCH 2/2] more --- .github/workflows/apicompatibility.yml | 1 - .github/workflows/code-coverage.yml | 1 - .github/workflows/dotnet-format.yml | 1 - .github/workflows/publish-packages-1.0.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/apicompatibility.yml b/.github/workflows/apicompatibility.yml index ebfa6c3c63..087d064467 100644 --- a/.github/workflows/apicompatibility.yml +++ b/.github/workflows/apicompatibility.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index a870947358..1c2698e32f 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 37d7b78bff..e764db370b 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -24,7 +24,6 @@ jobs: uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install format tool run: dotnet tool install -g dotnet-format diff --git a/.github/workflows/publish-packages-1.0.yml b/.github/workflows/publish-packages-1.0.yml index 8f6f423b58..2071c1b6aa 100644 --- a/.github/workflows/publish-packages-1.0.yml +++ b/.github/workflows/publish-packages-1.0.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install dependencies run: dotnet restore