From a15ece60483974fee3c3f21817a0a2961e01186f Mon Sep 17 00:00:00 2001 From: Marc Paine <marcpop@microsoft.com> Date: Thu, 18 Aug 2022 15:28:21 -0700 Subject: [PATCH] Update .vsts-ci.yml --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 1151eccb1..e9db03ecc 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -16,7 +16,7 @@ variables: value: true - ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: "skipComponentGovernanceDetection" - value: "true" + value: "true" - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: DotNet-DotNetCli-Storage - group: DotNet-Installer-SDLValidation-Params