diff --git a/Build.cmd b/Build.cmd index 10845940e24..ca95fedda0a 100644 --- a/Build.cmd +++ b/Build.cmd @@ -1,2 +1,2 @@ -@echo off +@echo off powershell -ExecutionPolicy ByPass -NoProfile -command "Measure-Command { & """%~dp0eng\build.ps1""" -build -restore %* } | Select-Object TotalMinutes, TotalSeconds"