Skip to content

Commit

Permalink
Fix scheduled builds by giving 'package to build' a default value (#1667
Browse files Browse the repository at this point in the history
)
  • Loading branch information
MRayermannMSFT authored Jan 25, 2024
1 parent d6adceb commit 60a33f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ parameters:
- name: PackageToBuild
displayName: Package to Build
type: string
default: "all"
values:
- all
- microsoft-vscode-azext-azureappservice
Expand Down

0 comments on commit 60a33f5

Please sign in to comment.