From 1bfabca74f611352b12705a7216a87085170c055 Mon Sep 17 00:00:00 2001 From: fw2568 Date: Wed, 12 Jun 2019 18:05:28 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 97801c20..9ac040cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,16 +29,19 @@ steps: - task: VSBuild@1 inputs: platform: x86 + clean: true configuration: Release - task: VSBuild@1 inputs: platform: x64 + clean: true configuration: Release - task: VSBuild@1 inputs: platform: AnyCPU + clean: true configuration: Release - task: PublishBuildArtifacts@1