diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 44f162274d2d80..48d859e53b709a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,10 +41,14 @@ jobs: steps: - template: .devops/templates/tools.yml - - task: Bash@3 - inputs: - filePath: yarn-ci.sh - displayName: yarn (install packages) + # - task: Bash@3 + # inputs: + # filePath: yarn-ci.sh + # displayName: yarn (install packages) + + - script: | + yarn install --frozen-lockfile + displayName: yarn - script: | yarn nx workspace-lint