From 7dcee5a28ca7569bf1d60ebb43bd405124c38837 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 16 Apr 2021 10:43:57 +0300 Subject: [PATCH] tweak Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 24edb7eb72..c6a2daad52 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -39,9 +39,10 @@ jobs: path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages - bash: | + cp build/package.json.patch . && patch package.json package.json.patch echo "${BUNDLED_EXTENSIONS}" > .bundled-extensions.json cat .bundled-extensions.json - displayName: Override bundled modules + displayName: Customize config env: BUNDLED_EXTENSIONS: $(BUNDLED_EXTENSIONS) - script: make node_modules @@ -86,9 +87,10 @@ jobs: path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages - bash: | + cp build/package.json.patch . && patch package.json package.json.patch echo "${BUNDLED_EXTENSIONS}" > .bundled-extensions.json cat .bundled-extensions.json - displayName: Override bundled modules + displayName: Customize config env: BUNDLED_EXTENSIONS: $(BUNDLED_EXTENSIONS) - script: make node_modules @@ -135,9 +137,10 @@ jobs: path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages - bash: | + cp build/package.json.patch . && patch package.json package.json.patch echo "${BUNDLED_EXTENSIONS}" > .bundled-extensions.json cat .bundled-extensions.json - displayName: Override bundled modules + displayName: Customize config env: BUNDLED_EXTENSIONS: $(BUNDLED_EXTENSIONS) - script: make node_modules