diff --git a/restore.cmd b/restore.cmd index b7a088ede..bd639ea10 100644 --- a/restore.cmd +++ b/restore.cmd @@ -1,3 +1,3 @@ @echo off -powershell -ExecutionPolicy ByPass -command "& """%~dp0eng\common\Build.ps1""" -restore %*" +powershell -NoProfile -ExecutionPolicy ByPass -command "& """%~dp0eng\common\Build.ps1""" -restore %*" exit /b %ErrorLevel% \ No newline at end of file