Skip to content

Commit 0eb20c1

Browse files
authored
Try to repro sharedfx failures
1 parent b29f1fa commit 0eb20c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ stages:
690690

691691
- template: jobs/default-build.yml
692692
parameters:
693-
condition: notin(variables['Build.Reason'], 'PullRequest')
693+
#condition: notin(variables['Build.Reason'], 'PullRequest')
694694
jobName: Helix_x64_daily
695695
jobDisplayName: 'Tests: Helix x64 Daily'
696696
agentOs: Windows
@@ -716,7 +716,7 @@ stages:
716716
# Helix ARM64
717717
- template: jobs/default-build.yml
718718
parameters:
719-
condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'))
719+
#condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'))
720720
jobName: Helix_arm64_daily
721721
jobDisplayName: "Tests: Helix ARM64 Daily"
722722
agentOs: Linux

0 commit comments

Comments
 (0)