Skip to content

Commit 28a2166

Browse files
authored
Save live test results for certain scenarios. (#27993)
1 parent e79c6a5 commit 28a2166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/live-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ stages:
199199

200200
- task: AzurePowerShell@5
201201
displayName: Save live test results
202-
condition: or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.SourceBranch'], 'refs/heads/internal/release'))
202+
condition: or(in(variables['Build.SourceBranch'], 'refs/heads/main', 'refs/heads/internal/release'), startsWith(variables['Build.SourceBranch'], 'refs/heads/Daily/Release_'))
203203
inputs:
204204
pwsh: true
205205
azurePowerShellVersion: latestVersion

0 commit comments

Comments
 (0)