Skip to content

Commit

Permalink
Don't include preview releases
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Mar 20, 2024
1 parent 2bd2dae commit 011688b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
include-prerelease: true
- name: Version Information
run: |
dotnet --info
Expand Down
1 change: 0 additions & 1 deletion Build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ steps:
inputs:
packageType: 'sdk'
version: '7.0.x'
includePreviewVersions: true

# Set Mono version on macOS
- ${{ if eq(parameters.os, 'macOS') }}:
Expand Down

0 comments on commit 011688b

Please sign in to comment.