Skip to content

Commit cfb6eba

Browse files
authored
Update build.yml
1 parent 774b708 commit cfb6eba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414

1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
17+
with:
18+
dotnet-version: '10.x.x'
19+
dotnet-quality: 'preview'
1720

1821
- name: Build with dotnet
1922
run: dotnet build --configuration Release .\\src\\Blazor-Analytics.sln

0 commit comments

Comments
 (0)