From 4b7e26f0a944a0876b38aed1bbeed1d2a7910b89 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:53:49 -0700 Subject: [PATCH] chore: skip APIScan (#4432) * chore: try using Windows to build and package * chore: remove Linux step * skip APIScan for core * fix key * revert testPlatforms * Skip APIScan for the editor as well * chore: fix nightly --- .azure-pipelines/publish-nightly.yml | 1 + .azure-pipelines/publish-stable.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index c8df3f09..5e0610e7 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -48,6 +48,7 @@ extends: - name: monaco-editor-core workingDirectory: $(Build.SourcesDirectory)/dependencies/vscode/out-monaco-editor-core testPlatforms: [] + skipAPIScan: true # package build requires Linux buildSteps: - script: sudo apt install -y libkrb5-dev displayName: Install libkrb5-dev diff --git a/.azure-pipelines/publish-stable.yml b/.azure-pipelines/publish-stable.yml index 3974b763..382509b1 100644 --- a/.azure-pipelines/publish-stable.yml +++ b/.azure-pipelines/publish-stable.yml @@ -36,6 +36,7 @@ extends: - name: monaco-editor-core workingDirectory: $(Build.SourcesDirectory)/dependencies/vscode/out-monaco-editor-core testPlatforms: [] + skipAPIScan: true # package build requires Linux buildSteps: - script: sudo apt install -y libkrb5-dev displayName: Install libkrb5-dev @@ -54,6 +55,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 @@ -68,6 +70,7 @@ extends: - name: monaco-editor-webpack-plugin workingDirectory: $(Build.SourcesDirectory)/webpack-plugin testPlatforms: [] + packagePlatform: Windows buildSteps: - script: npm ci displayName: Install NPM dependencies