File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,12 @@ jobs:
121121 dotnet-version : |
122122 7.0.x
123123
124+ - name : Ensure Dotnet Path
125+ run : echo "/usr/share/dotnet" >> $GITHUB_PATH
126+
127+ - name : Confirm .NET Version
128+ run : dotnet --version # This will now find dotnet in /usr/share/dotnet
129+
124130 - name : DotNet Build
125131 if : ${{ matrix.options.sdk-preview != true }}
126132 shell : pwsh
Original file line number Diff line number Diff line change 6363 dotnet-version : |
6464 6.0.x
6565
66+ - name : Ensure Dotnet Path
67+ run : echo "/usr/share/dotnet" >> $GITHUB_PATH
68+
69+ - name : Confirm .NET Version
70+ run : dotnet --version # This will now find dotnet in /usr/share/dotnet
71+
6672 - name : DotNet Build
6773 shell : pwsh
6874 run : ./ci-build.ps1 "${{matrix.options.framework}}"
You can’t perform that action at this time.
0 commit comments