winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b5289711dde8ed0fb7c4e42634b267dad8306a43
parent b0bc31d46b6300b2cf6733db309a6502ddefedd9
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Wed, 25 Mar 2020 11:43:25 -0700

Skip ComponentGovernance on GetReleaseTag job as well (#70)


Diffstat:
Mazure-pipelines.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -24,6 +24,7 @@ jobs: condition: not(eq(variables['Build.Reason'], 'PullRequest')) variables: runCodesignValidationInjection: ${{ false }} + skipComponentGovernanceDetection: ${{ false }} steps: - task: PowerShell@2 name: 'GetTag'