From 15c639bace95ea5d1296300459903cf62383ae4a Mon Sep 17 00:00:00 2001 From: Medeni Baykal <433724+Haplois@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:21:27 +0100 Subject: [PATCH] Removed system-wide PDB purge to make build faster And possibly see the world burn. --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 99978e76a5..f8473b25b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,15 +16,6 @@ jobs: modifyEnvironment: false failOnStandardError: true - - task: CmdLine@1 - displayName: 'Delete stale pdb files' - inputs: - filename: del - arguments: '/S /F *.pdb' - workingFolder: '$(SystemRoot)' - continueOnError: true - condition: always() - - task: BatchScript@1 displayName: 'Run Unit Tests' inputs: