diff --git a/eng/pipelines/coreclr/templates/run-performance-job.yml b/eng/pipelines/coreclr/templates/run-performance-job.yml index da4ccd0a72eedc..d09e8c74dada53 100644 --- a/eng/pipelines/coreclr/templates/run-performance-job.yml +++ b/eng/pipelines/coreclr/templates/run-performance-job.yml @@ -64,6 +64,7 @@ jobs: - ${{ if eq(parameters.runtimeType, 'wasm') }}: # nodejs installation steps from https://github.com/nodesource/distributions - HelixPreCommandsWasmOnLinux: >- + export RestoreAdditionalProjectSources=$HELIX_CORRELATION_PAYLOAD/built-nugets && sudo apt-get -y remove nodejs && sudo apt-get update && sudo apt-get install -y ca-certificates curl gnupg && @@ -83,7 +84,6 @@ jobs: - HelixPreCommandsWasmOnLinux: echo - HelixPreCommandStemWindows: 'set ORIGPYPATH=%PYTHONPATH%;py -m pip install -U pip;py -3 -m venv %HELIX_WORKITEM_PAYLOAD%\.venv;call %HELIX_WORKITEM_PAYLOAD%\.venv\Scripts\activate.bat;set PYTHONPATH=;py -3 -m pip install -U pip;py -3 -m pip install urllib3==1.26.15;py -3 -m pip install azure.storage.blob==12.0.0;py -3 -m pip install azure.storage.queue==12.0.0;set "PERFLAB_UPLOAD_TOKEN=$(HelixPerfUploadTokenValue)"' - HelixPreCommandStemLinux: >- - export RestoreAdditionalProjectSources=$HELIX_CORRELATION_PAYLOAD/built-nugets export ORIGPYPATH=$PYTHONPATH export CRYPTOGRAPHY_ALLOW_OPENSSL_102=true; echo "** Installing prerequistes **";