Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Oct 16, 2023
1 parent dfe9062 commit ffec9b1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions azure-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ffec9b1

Please sign in to comment.