From 29560c5758a45668f622458d98904d7dfc0856a9 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Thu, 20 Jun 2024 18:20:08 -0400 Subject: [PATCH] [CI] Disable the credscan step on the signing job since 1ES has a bug with it. (#20756) --- tools/devops/automation/templates/release/vs-insertion-prep.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/devops/automation/templates/release/vs-insertion-prep.yml b/tools/devops/automation/templates/release/vs-insertion-prep.yml index 34ff0254f2..fddb03634d 100644 --- a/tools/devops/automation/templates/release/vs-insertion-prep.yml +++ b/tools/devops/automation/templates/release/vs-insertion-prep.yml @@ -53,6 +53,7 @@ stages: - template: sign-artifacts/jobs/v2.yml@yaml-templates parameters: use1ESTemplate: true + enabledCredScan: false signedArtifactName: '${{ parameters.uploadPrefix }}nuget-signed' artifactName: '${{ parameters.uploadPrefix }}not-signed-package' signType: Real