Skip to content

Commit

Permalink
try giving global.json to setup-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBallyhoo committed Jan 11, 2024
1 parent d908c6d commit 2f49ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.0
global-json-file: global.json
- name: Mutate Run Number
run: |
$num = (997+$($Env:GITHUB_RUN_NUMBER))
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"version": "8.0.100",
"rollForward": "latestMajor",
"allowPrerelease": true
"allowPrerelease": false
}
}

0 comments on commit 2f49ac7

Please sign in to comment.