From fe26671b30b3c821ec00f42cea83499c3f7edc00 Mon Sep 17 00:00:00 2001 From: Albert Date: Mon, 23 Oct 2023 09:55:11 -0700 Subject: [PATCH] test run --- eng/scripts/ChangedFiles-Functions.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/scripts/ChangedFiles-Functions.ps1 b/eng/scripts/ChangedFiles-Functions.ps1 index d91192bee097..3c02da23958f 100644 --- a/eng/scripts/ChangedFiles-Functions.ps1 +++ b/eng/scripts/ChangedFiles-Functions.ps1 @@ -45,7 +45,7 @@ function Get-ChangedCoreFiles($changedFiles = (Get-ChangedFiles)) { ) $coreFiles = $changedFiles | Where-Object { - $_.StartsWith("eng/") -or + # $_.StartsWith("eng/") -or $_.StartsWith("specification/common-types/") -or $_ -in $rootFiles }