From c92a3639858e646af7f81ff0ea87e5297af79b8c Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:37:12 -0700 Subject: [PATCH] chore: add another skipAPIScan (#4435) --- .azure-pipelines/publish-nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index 5e0610e729..9611b7cc42 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -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