We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a75e7b commit 82ea53fCopy full SHA for 82ea53f
.github/workflows/dotnet.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-dotnet@v4
18
with:
19
global-json-file: global.json
20
+ dotnet-version: '8.0.x'
21
- name: Mutate Run Number
22
run: |
23
$num = (997+$($Env:GITHUB_RUN_NUMBER))
0 commit comments