From 72cc0179dd9b1c40955f71d54358518c120d9cbf Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Mon, 25 Mar 2019 16:18:00 -0700 Subject: [PATCH] Don't run component governance detection in postbuild steps --- build/pipelines/templates/package-appxbundle.yaml | 2 ++ build/pipelines/templates/prepare-release-internalonly.yaml | 2 ++ build/pipelines/templates/run-unit-tests.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/build/pipelines/templates/package-appxbundle.yaml b/build/pipelines/templates/package-appxbundle.yaml index 2965c06e..c7735753 100644 --- a/build/pipelines/templates/package-appxbundle.yaml +++ b/build/pipelines/templates/package-appxbundle.yaml @@ -20,6 +20,8 @@ jobs: vmImage: vs2017-win2016 workspace: clean: outputs + variables: + skipComponentGovernanceDetection: true steps: - checkout: self clean: true diff --git a/build/pipelines/templates/prepare-release-internalonly.yaml b/build/pipelines/templates/prepare-release-internalonly.yaml index bf302a4b..363ca049 100644 --- a/build/pipelines/templates/prepare-release-internalonly.yaml +++ b/build/pipelines/templates/prepare-release-internalonly.yaml @@ -17,6 +17,8 @@ jobs: name: Package ES Lab E workspace: clean: outputs + variables: + skipComponentGovernanceDetection: true steps: - checkout: self clean: true diff --git a/build/pipelines/templates/run-unit-tests.yaml b/build/pipelines/templates/run-unit-tests.yaml index 6123609e..2a000118 100644 --- a/build/pipelines/templates/run-unit-tests.yaml +++ b/build/pipelines/templates/run-unit-tests.yaml @@ -14,6 +14,8 @@ jobs: name: Essential Experiences Interactive workspace: clean: outputs + variables: + skipComponentGovernanceDetection: true steps: - checkout: none