Skip to content

Commit 3a286c5

Browse files
Try installing multiple sdks
1 parent e046be6 commit 3a286c5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
uses: actions/setup-dotnet@v4
113113
with:
114114
dotnet-version: |
115+
8.0.x
116+
7.0.x
115117
6.0.x
116118
117119
- name: DotNet Setup Preview
@@ -121,12 +123,12 @@ jobs:
121123
dotnet-version: |
122124
7.0.x
123125
124-
- name: Ensure DotNet Path
125-
if: ${{ matrix.options.os != 'windows-latest' }}
126-
run: echo "/usr/share/dotnet" >> $GITHUB_PATH
126+
# - name: Ensure DotNet Path
127+
# if: ${{ matrix.options.os != 'windows-latest' }}
128+
# run: echo "/usr/share/dotnet" >> $GITHUB_PATH
127129

128-
- name: Confirm DotNet Version
129-
run: dotnet --version
130+
# - name: Confirm DotNet Version
131+
# run: dotnet --version
130132

131133
- name: DotNet Build
132134
if: ${{ matrix.options.sdk-preview != true }}

0 commit comments

Comments
 (0)