From 6cb10df947d2daf6ee626f587b767097aca48954 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Thu, 21 Mar 2019 12:27:05 -0700 Subject: [PATCH] Disable component governance task in localization build (#353) Internally, a "component detection" task is automatically injected into builds to make sure we're not using any components with known security vulnerabilities. Because this task runs during the main app builds, it doesn't also need to run in the pipeline which hands off strings to the localization system. --- build/pipelines/azure-pipelines.loc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/pipelines/azure-pipelines.loc.yaml b/build/pipelines/azure-pipelines.loc.yaml index d2bef95..fe97c20 100644 --- a/build/pipelines/azure-pipelines.loc.yaml +++ b/build/pipelines/azure-pipelines.loc.yaml @@ -20,6 +20,8 @@ jobs: - ClientAlias -equals PKGESUTILAPPS workspace: clean: outputs + variables: + skipComponentGovernanceDetection: true steps: - checkout: self clean: true