diff --git a/.azure-pipelines/templates/build-image.yaml b/.azure-pipelines/templates/service.yaml similarity index 100% rename from .azure-pipelines/templates/build-image.yaml rename to .azure-pipelines/templates/service.yaml diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 2b744bbd4..778fe8137 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -21,7 +21,7 @@ pool: 'Prod Private Agent Pool' jobs: - ${{ each service in parameters.services }}: - - template: .azure-pipelines/templates/build-image.yaml + - template: .azure-pipelines/templates/service.yaml parameters: service: ${{ service }}