Skip to content

Commit 49535d6

Browse files
authored
build: fix missing param for build (microsoft#184660)
1 parent 43f3430 commit 49535d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/azure-pipelines/cli/cli-compile-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ parameters:
88
default: {}
99
- name: VSCODE_CHECK_ONLY
1010
type: boolean
11+
default: false
1112

1213
steps:
1314
- ${{ if parameters.VSCODE_CHECK_ONLY }}:

0 commit comments

Comments
 (0)