From 39d6ddfba8095d2f443cc3b317d989e5429f74c3 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 30 Aug 2021 11:00:46 -0700 Subject: [PATCH] Remove defender template from compliance templates The task the defender template runs consistently fails, causing build pipelines to fail. @TravisEz13 says that we do not need to run it, so we're removing it from the top-level templates here. --- assembly-module-compliance.yml | 2 -- script-module-compliance.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/assembly-module-compliance.yml b/assembly-module-compliance.yml index 2c957d7..66c8834 100644 --- a/assembly-module-compliance.yml +++ b/assembly-module-compliance.yml @@ -43,8 +43,6 @@ steps: parameters: suppressionsFile: ${{ parameters.suppressionsFile }} -- template: template-compliance/defender.yml - - template: template-compliance/TermCheck.yml parameters: targetArgument: ${{ parameters.targetArgument }} diff --git a/script-module-compliance.yml b/script-module-compliance.yml index 0ed4154..fd12f7e 100644 --- a/script-module-compliance.yml +++ b/script-module-compliance.yml @@ -24,8 +24,6 @@ steps: parameters: suppressionsFile: ${{ parameters.suppressionsFile }} -- template: template-compliance/defender.yml - - template: template-compliance/TermCheck.yml parameters: targetArgument: ${{ parameters.targetArgument }}