You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sum/hash match functionality to dev CLI setup subcommand (#953)
* Add sum calculation functionality to dev CLI setup subcommand
The subcommand uses this feature to compare the sha256 sums of the
previous and current
building/libs.xml files in order to decide whether or not to initiate
the setup
process. It adds an `--ignore-sum` flag to immediately pass the check
used for this.
This also clears up the help message for the subcommand in question,
updates both
`setup-` scripts to allow for variable arguments, and adds `--all` as an
alias for
`--reinstall`.
* Update workflows to use --ignore-sum flag on setup
// vswhere.exe is used to find any visual studio related installations on the system, including full visual studio ide installations, visual studio build tools installations, and other related components - Nex
0 commit comments