Skip to content

Commit 526afcf

Browse files
authored
Move cosmos testing to internal (#24782)
1 parent a2b069c commit 526afcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ stages:
144144
vmImage: ubuntu-18.04
145145
variables:
146146
- _runCounter: $[counter(variables['Build.Reason'], 0)]
147-
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}:
147+
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}:
148148
- _CosmosConnectionUrl: 'true'
149149
steps:
150150
- bash: sudo apt-get install -y libsqlite3-mod-spatialite

0 commit comments

Comments
 (0)