Skip to content

Commit

Permalink
Fix czishrink build by completely disabling roll-forward in global.js…
Browse files Browse the repository at this point in the history
…on (#77)

* Print dotnet version

* Disable roll-forward in global.json
  • Loading branch information
m-ringler authored Nov 12, 2024
1 parent 953017f commit 922cf00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/czishrink_dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
dotnet-version: ${{ steps.get_dotnet_version.outputs.dotnetversion }}

- name: Print .NET version
run: dotnet --version

- name: Get Version from Directory.Build.props
id: getversion
run: |
Expand Down
2 changes: 1 addition & 1 deletion czishrink/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sdk": {
"version": "8.0.401",
"allowPrerelease": false,
"rollForward": "feature"
"rollForward": "disable"
}
}

0 comments on commit 922cf00

Please sign in to comment.