diff --git a/eng/configure-toolset.sh b/eng/configure-toolset.sh index 6b35adfa952..a0fa56e64da 100644 --- a/eng/configure-toolset.sh +++ b/eng/configure-toolset.sh @@ -5,6 +5,8 @@ function Test-FilesUseTelemetryOutput { 'eng/common/build.sh' 'eng/common/cibuild.sh' 'eng/common/native/init-compiler.sh' + 'eng/common/native/init-distro-rid.sh' + 'eng/common/native/init-os-and-arch.sh' 'eng/common/cross/tizen-build-rootfs.sh' 'eng/common/cross/tizen-fetch.sh' 'eng/common/cross/build-android-rootfs.sh' @@ -23,7 +25,7 @@ function Test-FilesUseTelemetryOutput { done done - if [[ -n "${file_list//[[:space:]]/}" ]]; then + if [[ -n "${file_list//[[:space:]]/}" ]]; then Write-PipelineTelemetryError -force -category 'Build' 'One or more eng/common scripts do not use telemetry categorization.' echo "https://github.com/dotnet/arcade/blob/master/Documentation/Projects/DevOps/CI/Telemetry-Guidance.md" echo "The following bash files do not include telemetry categorization output:"