Преглед изворни кода

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