BlueBlock
a27cdcfdb5
Update find_vstool.ps1
...
Do not attempt to verify the fingerprint since it changes often. It seems to be overkill to check it.
2023-03-25 12:03:37 -04:00
BlueBlock
321fd1162b
appveyor build automation
...
bulk of the changes for appveyor automation
2023-03-16 11:08:27 -04:00
BlueBlock
ab8d83b12d
Update find_vstool.ps1
...
add vs2022 cert thunbprint
fix function which tests if a file is executable
2023-03-13 09:46:27 -04:00
David Sparer
2c1734aea6
change post-build scripts to use bin tools from the repo
...
this should prevent some build issues new devs have and gives us more control over our build process
2018-02-08 16:11:16 -06:00
David Sparer
470d76faab
added another valid microsoft cert thumbprint
2017-10-30 10:30:03 -05:00
David Sparer
232de66683
find_vstool now verifies that the tool can be executed
...
This improvement is meant to discard tool binaries that cannot be run. This is useful when you have an old install of VS that is broken for whatever reason. Now, we will ensure the tool has a valid exit code
2017-06-14 10:40:46 -05:00
David Sparer
cd34619acd
added a few more known-good MS cert thumbprints
2017-04-21 14:52:40 -06:00
David Sparer
f091817d66
further reduce our search space
...
this also reduces the chance we will try to access a folder which we dont have permissions for
2017-04-21 14:42:33 -06:00
David Sparer
a9fcdd3341
extracted a new script for finding a vstool (such as editbin.exe)
2017-04-21 12:13:54 -06:00