diff --git a/.devops/templates/cleanup.yml b/.devops/templates/cleanup.yml index 1489fabddb4574..7c86eb8ad8bf69 100644 --- a/.devops/templates/cleanup.yml +++ b/.devops/templates/cleanup.yml @@ -8,11 +8,10 @@ steps: npm run check-for-changed-files condition: ${{ parameters.checkForChangedFiles }} displayName: check for changed files - # In theory the "workspace: clean: all" setting should handle this, but it doesn't always seem to work. # ReallyClean is a custom task from our internal UI Fabric azure-devops-tasks repo which attempts to # delete the given directory with multiple retries. - - task: ReallyClean@0 - inputs: - directory: $(Agent.BuildDirectory) - condition: always() + # - task: ReallyClean@0 + # inputs: + # directory: $(Agent.BuildDirectory) + # condition: always()