From f019d866478669b545bcee763e632a00e78e41ce Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 4 May 2021 16:06:37 -0700 Subject: [PATCH] Move cosmos testing to internal (#24785) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dacb47f9525..5cbbdcc825a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -142,7 +142,7 @@ stages: vmImage: ubuntu-18.04 variables: - _runCounter: $[counter(variables['Build.Reason'], 0)] - - ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}: + - ${{ if and(eq(variables['System.TeamProject'], 'internal'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}: - _CosmosConnectionUrl: 'true' steps: - bash: sudo apt-get install -y libsqlite3-mod-spatialite