We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ce7fa commit 7af6107Copy full SHA for 7af6107
.github/workflows/main.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: actions/setup-dotnet@v3
60
with:
61
dotnet-version: '9.0.x'
62
- include-prerelease: true
+ dotnet-quality: 'preview'
63
cache: true
64
65
- name: Get version info
0 commit comments