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:
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 }}
You can’t perform that action at this time.
0 commit comments