We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774b708 commit cfb6ebaCopy full SHA for cfb6eba
1 file changed
.github/workflows/build.yml
@@ -14,6 +14,9 @@ jobs:
14
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v1
17
+ with:
18
+ dotnet-version: '10.x.x'
19
+ dotnet-quality: 'preview'
20
21
- name: Build with dotnet
22
run: dotnet build --configuration Release .\\src\\Blazor-Analytics.sln
0 commit comments