From 2cf64750e4d1a6fb216067ee94d41d511d27027b Mon Sep 17 00:00:00 2001 From: George <1641829+georgend@users.noreply.github.com> Date: Wed, 21 Jul 2021 21:04:31 +0300 Subject: [PATCH] Incorrectly named Template --- .../generation-templates/generate-service-modules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/generation-templates/generate-service-modules.yml b/.azure-pipelines/generation-templates/generate-service-modules.yml index 89ef567c342..83171d4869c 100644 --- a/.azure-pipelines/generation-templates/generate-service-modules.yml +++ b/.azure-pipelines/generation-templates/generate-service-modules.yml @@ -37,7 +37,7 @@ jobs: PublishToFeed: ${{ parameters.PublishToFeed }} DocsBranch: ${{ parameters.DocsBranch }} steps: - - template: ../common-templates/install-tools.yml + - template: ../common-templates/install-tools-template.yml - template: ../common-templates/security-prechecks-template.yml - task: Bash@3 displayName: "Switch branch to $(Branch)" @@ -281,4 +281,4 @@ jobs: publishVstsFeed: "0985d294-5762-4bc2-a565-161ef349ca3e/edc337b9-e5ea-49dd-a2cb-e8d66668ca57" allowPackageConflicts: true - - template: ../common-templates/security-prechecks-template.yml \ No newline at end of file + - template: ../common-templates/security-prechecks-template.yml