浏览代码

chore: add another skipAPIScan (#4435)

Raymond Zhao 1 年之前
父节点
当前提交
c92a363985
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .azure-pipelines/publish-nightly.yml

+ 1 - 0
.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