Add -NoProfile to boostrap-vcpkg.bat

This commit is contained in:
Alexander Karatarakis 2017-04-03 16:00:40 -07:00
parent 0e5760e5e0
commit ba901c6774

View File

@ -1,2 +1,2 @@
@echo off
powershell.exe -ExecutionPolicy Bypass "%~dp0scripts\bootstrap.ps1"
powershell.exe -NoProfile -ExecutionPolicy Bypass "%~dp0scripts\bootstrap.ps1"