From 5cc20f6934f46ea314019dc725e16bdc87d0d132 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Wed, 18 Jan 2023 10:46:43 -0800 Subject: [PATCH] Remove BOM from .cmd files in eng folder --- eng/CIBuild.cmd | 2 +- eng/common/CIBuild.cmd | 2 +- eng/common/dotnet-install.cmd | 2 +- eng/common/init-tools-native.cmd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/CIBuild.cmd b/eng/CIBuild.cmd index 9a845b290fa..9e695ea00e0 100644 --- a/eng/CIBuild.cmd +++ b/eng/CIBuild.cmd @@ -1,2 +1,2 @@ -@echo off +@echo off powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0\common\Build.ps1""" -ci %*" \ No newline at end of file diff --git a/eng/common/CIBuild.cmd b/eng/common/CIBuild.cmd index 78709571bc6..56c2f25ac22 100644 --- a/eng/common/CIBuild.cmd +++ b/eng/common/CIBuild.cmd @@ -1,2 +1,2 @@ -@echo off +@echo off powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*" \ No newline at end of file diff --git a/eng/common/dotnet-install.cmd b/eng/common/dotnet-install.cmd index b265c711b83..b1c2642e76f 100644 --- a/eng/common/dotnet-install.cmd +++ b/eng/common/dotnet-install.cmd @@ -1,2 +1,2 @@ -@echo off +@echo off powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0dotnet-install.ps1""" %*" \ No newline at end of file diff --git a/eng/common/init-tools-native.cmd b/eng/common/init-tools-native.cmd index badf81a7589..438cd548c45 100644 --- a/eng/common/init-tools-native.cmd +++ b/eng/common/init-tools-native.cmd @@ -1,3 +1,3 @@ -@echo off +@echo off powershell -NoProfile -NoLogo -ExecutionPolicy ByPass -command "& """%~dp0init-tools-native.ps1""" %*" exit /b %ErrorLevel% \ No newline at end of file