I have apparently missed some of the pipelines in my "one checkout"
change. I have gone over all yml files under eng/pipelines and
fixed the four remaining yml files by adding the missing step.
Thanks
Tomas
Commit migrated from https://github.com/dotnet/coreclr/commit/
16b27f7852a223752601f4623abae5c82ca732a1
pr: none
jobs:
+#
+# Checkout repository
+#
+- template: /eng/checkout-job.yml
+
- template: /eng/platform-matrix.yml
parameters:
jobTemplate: build-job.yml
always: true
jobs:
+#
+# Checkout repository
+#
+- template: /eng/checkout-job.yml
+
- template: /eng/platform-matrix.yml
parameters:
jobTemplate: build-job.yml
always: true
jobs:
+#
+# Checkout repository
+#
+- template: /eng/checkout-job.yml
+
- template: /eng/platform-matrix.yml
parameters:
jobTemplate: build-job.yml
always: true
jobs:
+#
+# Checkout repository
+#
+- template: /eng/checkout-job.yml
+
- template: /eng/platform-matrix.yml
parameters:
jobTemplate: build-job.yml