chore: add another skipAPIScan (#4435)

This commit is contained in:
Raymond Zhao 2024-03-19 10:37:12 -07:00 committed by GitHub
parent bfc5f7cd32
commit c92a363985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,6 +71,7 @@ extends:
- name: monaco-editor
workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
testPlatforms: []
skipAPIScan: true # package build requires Linux
buildSteps:
- script: npm ci
displayName: Install NPM dependencies