diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a0d5474..d8a13759 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,9 +38,9 @@ jobs: # path: $(YARN_CONFIG_CACHE) # displayName: Cache yarn - - script: | - yarn set version from sources - displayName: "Setup yarn" + # - script: | + # yarn set version from sources + # displayName: "Setup yarn" # Install dependencies (immutable for non-PR builds) - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: