summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-05-06 16:09:28 -0700
committerGitHub <noreply@github.com>2019-05-06 16:09:28 -0700
commit8f658ab9246796fc0a60f10f042513156575e230 (patch)
treedc13fbdaffbffded8930941c54c7aa193e9c19a7 /azure-pipelines.yml
parent91c9d8633dec79178a38a7be5dcf1caebda49fd0 (diff)
downloadcoreclr-8f658ab9246796fc0a60f10f042513156575e230.tar.gz
coreclr-8f658ab9246796fc0a60f10f042513156575e230.tar.bz2
coreclr-8f658ab9246796fc0a60f10f042513156575e230.zip
Move the Formatting jobs over to AzDO (#24367)
* First stab at running the format jobs in AzDO. * Add display names for formatting jobs. * Try to use a python version in the path * Try to fix bootstrap download. * Use imported paths. Output python major version. * Clean up imports. * Fix imports. * Try just using urlretrieve again * Cleanup * Add back killing spurious dotnet processes. * Try leaving all shutdown/kill work to AzDO. * PR Feedback.
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