diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 44f162274d2d80..12ca519fa6709f 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 + displayName: yarn - script: | yarn nx workspace-lint