From dbe8eb8d6c6b0c60062a3a6ee310bd3358d8a7e1 Mon Sep 17 00:00:00 2001 From: Gen Lu Date: Fri, 31 Jan 2020 15:42:17 -0800 Subject: [PATCH 1/2] Change in source branch --- Build.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build.cmd b/Build.cmd index 8858847af2f07..7219415149654 100644 --- a/Build.cmd +++ b/Build.cmd @@ -1,2 +1,4 @@ + + @echo off powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\build.ps1""" -build %*" From a7d817015e8c97daa4a4e0a4454ac605340dd8a7 Mon Sep 17 00:00:00 2001 From: Gen Lu Date: Fri, 31 Jan 2020 15:46:25 -0800 Subject: [PATCH 2/2] Change in merge branch --- Restore.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Restore.cmd b/Restore.cmd index 1b84815f3ed0f..e13963c843c52 100755 --- a/Restore.cmd +++ b/Restore.cmd @@ -1,2 +1,4 @@ + + @echo off powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\build.ps1""" -restore %*"