summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e783cc1bf6..ec7e4d0b3f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -310,6 +310,14 @@ jobs:
readyToRun: true
displayNameArgs: R2R
+# Format
+- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest', 'IndividualCI', 'BatchedCI'), eq(variables['Build.DefinitionName'], 'coreclr-ci')) }}:
+ - template: eng/platform-matrix.yml
+ parameters:
+ jobTemplate: format-job.yml
+ platforms:
+ - Linux_x64
+ - Windows_NT_x64
# Publish build information to Build Assets Registry