From ffec9b12ce79c963ccb72bde293816f911dd35fe Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:52:25 -0400 Subject: [PATCH] Change order --- azure-pipelines/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines/README.md b/azure-pipelines/README.md index 0684f143ec..4618396ec1 100644 --- a/azure-pipelines/README.md +++ b/azure-pipelines/README.md @@ -59,15 +59,6 @@ extends: trigger: none # Disable the branch trigger pr: none # Disable PR trigger -# Grab the base templates from https://github.com/microsoft/vscode-azuretools/tree/main/azure-pipelines -resources: - repositories: - - repository: templates - type: github - name: microsoft/vscode-azuretools - ref: main - endpoint: GitHub - # Choose a package to publish at the time of job creation parameters: - name: PackageToPublish @@ -78,6 +69,15 @@ parameters: - microsoft-vscode-docker-registries - your-packages-here +# Grab the base templates from https://github.com/microsoft/vscode-azuretools/tree/main/azure-pipelines +resources: + repositories: + - repository: templates + type: github + name: microsoft/vscode-azuretools + ref: main + endpoint: GitHub + # Use those base templates extends: template: azure-pipelines/release-npm.yml@templates