From fb4d7cfb62288c59e19602e6432e8564d6cc51e4 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Fri, 15 Oct 2021 21:54:53 +0900 Subject: [PATCH] ci: update sdl-scan exports --- build/azure-pipelines/sdl-scan.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/azure-pipelines/sdl-scan.yml b/build/azure-pipelines/sdl-scan.yml index 41d93cbaffc..edccd0845b0 100644 --- a/build/azure-pipelines/sdl-scan.yml +++ b/build/azure-pipelines/sdl-scan.yml @@ -94,7 +94,6 @@ stages: addProjectDirToScanningExclusionList: true env: npm_config_arch: "$(NPM_ARCH)" - npm_config_build_from_source: true PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 GITHUB_TOKEN: "$(github-distro-mixin-password)" displayName: CodeQL @@ -106,7 +105,6 @@ stages: retry { exec { yarn --frozen-lockfile } } env: npm_config_arch: "$(NPM_ARCH)" - npm_config_build_from_source: true PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 GITHUB_TOKEN: "$(github-distro-mixin-password)" CHILD_CONCURRENCY: 1