From 5c714ba0699c8e82f88a8586644b459b52476ffc Mon Sep 17 00:00:00 2001 From: KevinRansom Date: Fri, 28 Jun 2024 19:43:42 -0700 Subject: [PATCH] bump --- Build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"