Try to fix build pipeline (#203951)

This commit is contained in:
Alex Ross 2024-02-01 09:43:05 +01:00 committed by GitHub
parent 2c5286826b
commit 442c133fe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,9 @@ parameters:
default: false
- name: VSCODE_QUALITY
type: string
- name: VSCODE_CHECK_ONLY
type: boolean
default: false
steps:
- task: NodeTool@0