Skip to content

Commit 8c74126

Browse files
authored
[ci] Use templates from DevDiv/Xamarin.yaml-templates (#10012)
Updates the repo reference that provides common yaml templates from * https://github.com/xamarin/yaml-templates to * https://devdiv.visualstudio.com/DevDiv/_git/Xamarin.yaml-templates
1 parent dc08972 commit 8c74126

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: build-tools/automation/azure-pipelines-nightly.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ pr:
1212
resources:
1313
repositories:
1414
- repository: yaml-templates
15-
type: github
16-
name: xamarin/yaml-templates
15+
type: git
16+
name: DevDiv/Xamarin.yaml-templates
1717
ref: refs/heads/main
18-
endpoint: xamarin
1918
- repository: android-platform-support
2019
type: git
2120
name: DevDiv/android-platform-support

Diff for: build-tools/automation/azure-pipelines.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ resources:
1616
name: 1ESPipelineTemplates/1ESPipelineTemplates
1717
ref: refs/tags/release
1818
- repository: yaml-templates
19-
type: github
20-
name: xamarin/yaml-templates
19+
type: git
20+
name: DevDiv/Xamarin.yaml-templates
2121
ref: refs/heads/main
22-
endpoint: xamarin
2322
- repository: android-platform-support
2423
type: git
2524
name: DevDiv/android-platform-support

0 commit comments

Comments
 (0)