Skip to content

Commit 3f86f47

Browse files
[Infra] Ensure .NET 8 is installed (#6313)
1 parent 4e84aa7 commit 3f86f47

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/Component.BuildTest.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ jobs:
5353
# retrieve them all.
5454
fetch-depth: 0
5555

56-
- name: Setup dotnet
56+
- name: Setup previous .NET runtimes
57+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
58+
with:
59+
dotnet-version: |
60+
8.0.x
61+
62+
- name: Setup .NET
5763
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5864

5965
- name: dotnet restore ${{ inputs.project-name }}

0 commit comments

Comments
 (0)