Skip to content

Commit f1ca38e

Browse files
(#221) Update buil.yml to load .NET 7.0
1 parent f04b3bc commit f1ca38e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
with:
8080
dotnet-version: 6.0.x # Always the latest patch version.
8181

82+
- uses: actions/setup-dotnet@v1
83+
name: Setup .NET 7.0
84+
with:
85+
dotnet-version: 7.0.x # Always the latest patch version.
86+
8287
- name: Build Solution
8388
run: dotnet build $STRAVAIG_SOLUTION --configuration Release
8489

0 commit comments

Comments
 (0)