diff --git a/tools/devops/automation/build-cronjob.yml b/tools/devops/automation/build-cronjob.yml index ef0d0279ec98..b557e7cd7a73 100644 --- a/tools/devops/automation/build-cronjob.yml +++ b/tools/devops/automation/build-cronjob.yml @@ -27,10 +27,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin trigger: - main diff --git a/tools/devops/automation/build-lego.yml b/tools/devops/automation/build-lego.yml index 97d35e85f74b..cfdde72f8248 100644 --- a/tools/devops/automation/build-lego.yml +++ b/tools/devops/automation/build-lego.yml @@ -21,10 +21,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin trigger: branches: diff --git a/tools/devops/automation/build-pipeline.yml b/tools/devops/automation/build-pipeline.yml index 22ecddf2cf36..48fb9fc6388e 100644 --- a/tools/devops/automation/build-pipeline.yml +++ b/tools/devops/automation/build-pipeline.yml @@ -124,10 +124,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin - repository: macios-adr type: git diff --git a/tools/devops/automation/build-pull-request.yml b/tools/devops/automation/build-pull-request.yml index 1c2ed392439b..77beff4b54a8 100644 --- a/tools/devops/automation/build-pull-request.yml +++ b/tools/devops/automation/build-pull-request.yml @@ -115,10 +115,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin - repository: macios-adr type: git diff --git a/tools/devops/automation/publish-pr-html-results.yml b/tools/devops/automation/publish-pr-html-results.yml index 0d3e5b24e8bd..254babc35993 100644 --- a/tools/devops/automation/publish-pr-html-results.yml +++ b/tools/devops/automation/publish-pr-html-results.yml @@ -12,10 +12,9 @@ resources: submodules: false # no need - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin # we need all stages to be completed, else we do not have the test results, this trigger is just for CI, because we have # but because we have device issues, and it needs to be gree to trigger, we will deal with it later diff --git a/tools/devops/automation/run-nightly-codeql.yml b/tools/devops/automation/run-nightly-codeql.yml index efd04a39dbda..5a38f503712b 100644 --- a/tools/devops/automation/run-nightly-codeql.yml +++ b/tools/devops/automation/run-nightly-codeql.yml @@ -19,10 +19,9 @@ parameters: resources: repositories: - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin - repository: macios-adr type: git name: macios-adr diff --git a/tools/devops/automation/templates/pipelines/api-diff-pipeline.yml b/tools/devops/automation/templates/pipelines/api-diff-pipeline.yml index 24a84b982143..6bae36ebca57 100644 --- a/tools/devops/automation/templates/pipelines/api-diff-pipeline.yml +++ b/tools/devops/automation/templates/pipelines/api-diff-pipeline.yml @@ -34,10 +34,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin - repository: macios-adr type: git diff --git a/tools/devops/automation/templates/pipelines/build-pipeline.yml b/tools/devops/automation/templates/pipelines/build-pipeline.yml index 284a7a7db572..1e0f3ad7e0ea 100644 --- a/tools/devops/automation/templates/pipelines/build-pipeline.yml +++ b/tools/devops/automation/templates/pipelines/build-pipeline.yml @@ -138,10 +138,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin - repository: macios-adr type: git diff --git a/tools/devops/automation/templates/pipelines/run-api-scan.yml b/tools/devops/automation/templates/pipelines/run-api-scan.yml index 315f67fcd7ac..2e3dc555ac77 100644 --- a/tools/devops/automation/templates/pipelines/run-api-scan.yml +++ b/tools/devops/automation/templates/pipelines/run-api-scan.yml @@ -55,10 +55,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin - repository: macios-adr type: git diff --git a/tools/devops/automation/templates/pipelines/run-macos-tests-pipeline.yml b/tools/devops/automation/templates/pipelines/run-macos-tests-pipeline.yml index 58b635bddad8..97c34c801b80 100644 --- a/tools/devops/automation/templates/pipelines/run-macos-tests-pipeline.yml +++ b/tools/devops/automation/templates/pipelines/run-macos-tests-pipeline.yml @@ -198,10 +198,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin - repository: macios-adr type: git diff --git a/tools/devops/automation/templates/pipelines/run-tests-pipeline.yml b/tools/devops/automation/templates/pipelines/run-tests-pipeline.yml index 2394528e9de9..3d6f6d8fb1be 100644 --- a/tools/devops/automation/templates/pipelines/run-tests-pipeline.yml +++ b/tools/devops/automation/templates/pipelines/run-tests-pipeline.yml @@ -77,10 +77,9 @@ resources: submodules: true - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin - repository: macios-adr type: git diff --git a/tools/devops/automation/vs-insertion.yml b/tools/devops/automation/vs-insertion.yml index 44adfa592ced..f98208720aed 100644 --- a/tools/devops/automation/vs-insertion.yml +++ b/tools/devops/automation/vs-insertion.yml @@ -10,10 +10,9 @@ resources: submodules: false # no need - repository: yaml-templates - type: github - name: xamarin/yaml-templates + type: git + name: xamarin.yaml-templates ref: refs/heads/main - endpoint: xamarin # we need all stages to be completed, else we do not have the test results, this trigger is just for CI, because we have # but because we have device issues, and it needs to be gree to trigger, we will deal with it later