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:
121
121
dotnet-version : |
122
122
7.0.x
123
123
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
+
124
130
- name : DotNet Build
125
131
if : ${{ matrix.options.sdk-preview != true }}
126
132
shell : pwsh
Original file line number Diff line number Diff line change 63
63
dotnet-version : |
64
64
6.0.x
65
65
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
+
66
72
- name : DotNet Build
67
73
shell : pwsh
68
74
run : ./ci-build.ps1 "${{matrix.options.framework}}"
You can’t perform that action at this time.
0 commit comments