Skip to content

Commit e3da49b

Browse files
Update build.yml
1 parent bac11fe commit e3da49b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ jobs:
6363
echo "Is Preview: $STRAVAIG_IS_PREVIEW"
6464
echo "Is Stable: $STRAVAIG_IS_STABLE"
6565
66-
- uses: actions/setup-dotnet@v3
67-
name: Setup .NET Core
68-
with:
69-
dotnet-version: 3.1.x # Always the latest patch version.
70-
71-
- uses: actions/setup-dotnet@v3
72-
name: Setup .NET 5.0
73-
with:
74-
dotnet-version: 5.0.x # Always the latest patch version.
75-
7666
- uses: actions/setup-dotnet@v3
7767
name: Setup .NET 6.0
7868
with:
@@ -82,6 +72,9 @@ jobs:
8272
name: Setup .NET 7.0
8373
with:
8474
dotnet-version: 7.0.x # Always the latest patch version.
75+
76+
- name: .NET State
77+
run: dotnet --info
8578

8679
- name: Build Solution
8780
run: dotnet build $STRAVAIG_SOLUTION --configuration Release

0 commit comments

Comments
 (0)