From 76a3e600941978f7e7753a7edd354995d50b968e Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Fri, 22 Mar 2024 14:44:05 -0700 Subject: [PATCH] Workaround for MicroBuild causing build failures for CredScan. --- .vsts-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 40a268589..deccb5e99 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -70,6 +70,10 @@ extends: name: $(DncEngInternalBuildPool) image: 1es-windows-2022 os: windows + # Temporary to workaround MicroBuild issues. + credscan: + enabled: false + justificationForDisabling: 'CredScan is failing on the MicroBuild signing plugin. "MicroBuild/Plugins/nuget.config" has changing content and thus cannot be baselined.' stages: - stage: Build jobs: