Skip to content

Commit

Permalink
Fix TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Jan 9, 2025
1 parent 362bea9 commit 2f0476c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ parameters:
- name: dryRun
displayName: Dry Run
type: boolean
default: true # TODO
default: false

# 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: bmw/npmReleasePipeline # TODO
ref: main
endpoint: GitHub-AzureTools
pipelines:
- pipeline: build # This must be "build"
Expand Down

0 comments on commit 2f0476c

Please sign in to comment.