Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/azure-pipelines/darwin/product-build-darwin.yml')
-rw-r--r--build/azure-pipelines/darwin/product-build-darwin.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/azure-pipelines/darwin/product-build-darwin.yml b/build/azure-pipelines/darwin/product-build-darwin.yml
index e8a1c70160d..c9503f42a0a 100644
--- a/build/azure-pipelines/darwin/product-build-darwin.yml
+++ b/build/azure-pipelines/darwin/product-build-darwin.yml
@@ -82,13 +82,6 @@ steps:
- script: |
set -e
- npm install -g node-gyp@latest
- node-gyp --version
- displayName: Update node-gyp
- condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
-
- - script: |
- set -e
npx https://aka.ms/enablesecurefeed standAlone
timeoutInMinutes: 5
retryCountOnTaskFailure: 3