commit 712486a0eb007c3f277c4e982f41089dd9372049
parent 3d2804202514050ba4d468b4d91ce8f7b49c1220
Author: JohnMcPMS <johnmcp@microsoft.com>
Date: Thu, 26 Mar 2020 14:05:14 -0700
Change to proper bool to skip (#73)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
@@ -24,7 +24,7 @@ jobs:
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
variables:
runCodesignValidationInjection: ${{ false }}
- skipComponentGovernanceDetection: ${{ false }}
+ skipComponentGovernanceDetection: ${{ true }}
steps:
- task: PowerShell@2
name: 'GetTag'