We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6aa82 commit 5ee7ab5Copy full SHA for 5ee7ab5
.github/workflows/Component.BuildTest.yml
@@ -98,7 +98,13 @@ jobs:
98
# used if $project ends up Component.proj.
99
echo "BUILD_COMPONENT=$component" >> $env:GITHUB_ENV
100
101
- - name: Setup dotnet
+ - name: Setup previous .NET runtimes
102
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
103
+ with:
104
+ dotnet-version: |
105
+ 8.0.x
106
+
107
+ - name: Setup .NET
108
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
109
110
- name: dotnet restore ${{ steps.resolve-project.outputs.title }}
0 commit comments