diff --git a/build/azure-pipelines/oss/product-build-pr-cache-linux.yml b/build/azure-pipelines/oss/product-build-pr-cache-linux.yml index 3186c09b455..72cd33cdd75 100644 --- a/build/azure-pipelines/oss/product-build-pr-cache-linux.yml +++ b/build/azure-pipelines/oss/product-build-pr-cache-linux.yml @@ -45,8 +45,8 @@ steps: - script: | set -e - ../linux/apt-retry.sh sudo apt-get update - ../linux/apt-retry.sh sudo apt-get install -y libkrb5-dev + ./build/azure-pipelines/linux/apt-retry.sh sudo apt-get update + ./build/azure-pipelines/linux/apt-retry.sh sudo apt-get install -y libkrb5-dev displayName: Setup system services condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true')) diff --git a/build/azure-pipelines/web/product-build-web.yml b/build/azure-pipelines/web/product-build-web.yml index 2c5753ec89c..44122a2aad0 100644 --- a/build/azure-pipelines/web/product-build-web.yml +++ b/build/azure-pipelines/web/product-build-web.yml @@ -59,8 +59,8 @@ steps: - script: | set -e - ../linux/apt-retry.sh sudo apt-get update - ../linux/apt-retry.sh sudo apt-get install -y libkrb5-dev + ./build/azure-pipelines/linux/apt-retry.sh sudo apt-get update + ./build/azure-pipelines/linux/apt-retry.sh sudo apt-get install -y libkrb5-dev displayName: Setup system services condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))