File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ jobs:
112
112
uses : actions/setup-dotnet@v4
113
113
with :
114
114
dotnet-version : |
115
+ 8.0.x
116
+ 7.0.x
115
117
6.0.x
116
118
117
119
- name : DotNet Setup Preview
@@ -121,12 +123,12 @@ jobs:
121
123
dotnet-version : |
122
124
7.0.x
123
125
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
127
129
128
- - name : Confirm DotNet Version
129
- run : dotnet --version
130
+ # - name: Confirm DotNet Version
131
+ # run: dotnet --version
130
132
131
133
- name : DotNet Build
132
134
if : ${{ matrix.options.sdk-preview != true }}
You can’t perform that action at this time.
0 commit comments