diff --git a/sdk/iot/ci.yml b/sdk/iot/ci.yml index d8b182f9f7b8..fd04ed1a959e 100644 --- a/sdk/iot/ci.yml +++ b/sdk/iot/ci.yml @@ -1,22 +1,10 @@ # DO NOT EDIT THIS FILE # This file is generated automatically and any changes will be lost. -resources: - repositories: - - repository: azure-sdk-tools - type: github - name: Azure/azure-sdk-tools - endpoint: azure - - repository: azure-sdk-build-tools - type: git - name: internal/azure-sdk-build-tools - trigger: branches: include: - master - - hotfix/* - - release/* paths: include: - sdk/iot/ @@ -25,18 +13,16 @@ pr: branches: include: - master - - feature/* - - hotfix/* - - release/* paths: include: - sdk/iot/ -stages: -- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml +extends: + template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: iot ArtifactName: packages Artifacts: - name: Azure.Iot.Hub.Service safeName: AzureIotHubService + \ No newline at end of file diff --git a/sdk/iot/test.yml b/sdk/iot/test.yml index 53ea7f1200b4..3f852d3a68bd 100644 --- a/sdk/iot/test.yml +++ b/sdk/iot/test.yml @@ -1,14 +1,7 @@ trigger: none -resources: - repositories: - - repository: azure-sdk-tools - type: github - name: Azure/azure-sdk-tools - endpoint: azure - -jobs: -- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml +extends: + template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml parameters: ServiceDirectory: iot Location: westcentralus