From ef7fd8bc55973ec6998933961e282b0e4cffafe0 Mon Sep 17 00:00:00 2001 From: PraveenKumar yeruva Date: Fri, 3 May 2024 10:30:02 +0530 Subject: [PATCH] Update fluentui-maven-central-publish-1espt.yml for Azure Pipelines (#652) Removing the redundant compliance checks --- fluentui-maven-central-publish-1espt.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/fluentui-maven-central-publish-1espt.yml b/fluentui-maven-central-publish-1espt.yml index 6493d474c..5b3674d29 100644 --- a/fluentui-maven-central-publish-1espt.yml +++ b/fluentui-maven-central-publish-1espt.yml @@ -24,24 +24,6 @@ extends: stages: - stage: __default jobs: - - job: compliance - displayName: Compliance checks - steps: - - task: UseDotNet@2 - condition: succeededOrFailed() - displayName: 'Use .NET Core sdk 3.x' - inputs: - version: 3.x - steps: '' - - task: AssetRetention@3 - displayName: "\U0001F9ED Arrow Retention" - inputs: - ArrowServiceConnection: 'Arrow_uifabric_uifabric_PROD' - AssetGroupName: '$(System.TeamProject)_$(Build.DefinitionName)' - AssetNumber: '$(Build.BuildId)' - IsShipped: false - DropsToRetain: 'CodeAnalysisLogs' - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) - job: Build variables: - name: BUILDSECMON_OPT_IN