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 fb5779b commit 7e619ffCopy full SHA for 7e619ff
.github/workflows/continuous-integration-workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install .NET 8.x SDK for build
26
uses: actions/setup-dotnet@v2
27
with:
28
- dotnet-version: '8.0.100'
+ global-json-file: global.json
29
30
- name: Output important software versions (node)
31
run: node --version
.github/workflows/publish-nightly-build.yml
- name: Restore .NET Core tools
run: dotnet tool restore
0 commit comments