From 20cdc51b6827ac8fb2aabddbb3243e678b300c69 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 26 Oct 2022 15:26:18 -0400 Subject: [PATCH] Modify GH Actions to remove include-prerelease (#3827) --- .github/workflows/apicompatibility.yml | 1 - .github/workflows/code-coverage.yml | 1 - .github/workflows/dotnet-format.yml | 1 - .github/workflows/linux-ci.yml | 2 -- .github/workflows/publish-packages-1.0.yml | 1 - .github/workflows/windows-ci.yml | 1 - 6 files changed, 7 deletions(-) diff --git a/.github/workflows/apicompatibility.yml b/.github/workflows/apicompatibility.yml index ebfa6c3c6..087d06446 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 a87094735..1c2698e32 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 37d7b78bf..e764db370 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/linux-ci.yml b/.github/workflows/linux-ci.yml index afe2c6119..b797152ad 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/publish-packages-1.0.yml b/.github/workflows/publish-packages-1.0.yml index 8f6f423b5..2071c1b6a 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 diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index f7178bd09..9378d8831 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