Skip to content

Commit

Permalink
Modify GH Actions to remove include-prerelease (#3827)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Oct 26, 2022
1 parent 110b7f6 commit 20cdc51
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/apicompatibility.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-coverage.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dotnet-format.yml
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux-ci.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-packages-1.0.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 20cdc51

Please sign in to comment.