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 d424bdd commit 5d4f383Copy full SHA for 5d4f383
.github/workflows/NetCoreTests.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Set up .NET
72
uses: actions/setup-dotnet@v5
73
with:
74
- global-json-file: ./global.json
+ global-json-file: global.json
75
76
- name: Build and Test
77
run: |
0 commit comments