aboutsummaryrefslogtreecommitdiff
path: root/scripts/cleanEnvironmentHelper.ps1
AgeCommit message (Collapse)Author
2019-06-25#5248 make vcpkg buildable as 'system' user (#7038)John Zhu
If we keep TMP, when run as 'system' user it is using Windows\Temp folder.
2018-10-10Fix issue with compiling vcpkg.exe (#4149) (#4213)Ken A. RedergÄrd
* Fix issue with compiling vcpkg.exe (#4149) The check for environment variable PATH match other environment variables. When environment variable VCTargetsPath used by msbuild is changed in cleanEnvironmentHelper.ps1 the path is broken. This makes the compilation of vcpkg.exe fail. This commit fix the issue by checking that environment variable PATH is exactly PATH. * [cleanEnvironmentHelper] Use -eq instead of -match
2018-05-19Rename ps1 fileAlexander Karatarakis