setup-dotnet
setup-dotnet copied to clipboard
Support global.json's rollForward latest* variants
Description: This PR is a cleaned up version of #481, which fixes 2 issues:
- In the original
npm run buildwasn't rerun sodistis stale there - The tests that were added never passed successfully
There are 3 additional commits in this PR:
- https://github.com/actions/setup-dotnet/commit/b4737b42ef4939bca196a752410e007bbcda3ee6 which fixes the 6 minute delay on windows runners caused by
clear-toolcache.ps1 - https://github.com/actions/setup-dotnet/commit/18b9c2a2769b108ffd036965ce138bf6993fc91b which makes sure the
Uses an up to date bash download scripttest passes - https://github.com/actions/setup-dotnet/commit/3f75cd0094569fa290b49ab70ef4cf769c406aef makes sure tests run even before the PR workflow is manually accepted, this can be dropped if needed
Related issue: Fixes #448, closes #481
Check list:
- [ ] Mark if documentation changes are required.
- [x] Mark if tests were added or updated to cover the changes.
@HarithaVattikuti
@HarithaVattikuti bump