From 74ed2364c50af92a86da5a92e28686eada48c125 Mon Sep 17 00:00:00 2001 From: KHMakoto Date: Mon, 24 Apr 2023 10:48:58 -0700 Subject: [PATCH] fix: Remove ReallyClean from CI pipelines. --- .devops/templates/cleanup.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.devops/templates/cleanup.yml b/.devops/templates/cleanup.yml index 1489fabddb457..7c86eb8ad8bf6 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()