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 e046be6 commit 3a286c5Copy full SHA for 3a286c5
1 file changed
.github/workflows/build-and-test.yml
@@ -112,6 +112,8 @@ jobs:
112
uses: actions/setup-dotnet@v4
113
with:
114
dotnet-version: |
115
+ 8.0.x
116
+ 7.0.x
117
6.0.x
118
119
- name: DotNet Setup Preview
@@ -121,12 +123,12 @@ jobs:
121
123
122
124
7.0.x
125
- - name: Ensure DotNet Path
- if: ${{ matrix.options.os != 'windows-latest' }}
126
- run: echo "/usr/share/dotnet" >> $GITHUB_PATH
+ # - name: Ensure DotNet Path
127
+ # if: ${{ matrix.options.os != 'windows-latest' }}
128
+ # run: echo "/usr/share/dotnet" >> $GITHUB_PATH
129
- - name: Confirm DotNet Version
- run: dotnet --version
130
+ # - name: Confirm DotNet Version
131
+ # run: dotnet --version
132
133
- name: DotNet Build
134
if: ${{ matrix.options.sdk-preview != true }}
0 commit comments