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 09ca511 commit b350dbeCopy full SHA for b350dbe
2 files changed
.github/workflows/build-and-test.yml
@@ -121,6 +121,12 @@ jobs:
121
dotnet-version: |
122
7.0.x
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
130
- name: DotNet Build
131
if: ${{ matrix.options.sdk-preview != true }}
132
shell: pwsh
.github/workflows/code-coverage.yml
@@ -63,6 +63,12 @@ jobs:
63
64
6.0.x
65
66
67
68
69
70
71
72
73
74
run: ./ci-build.ps1 "${{matrix.options.framework}}"
0 commit comments