From 20b048516a72e17a500c342187fedd784a496ce8 Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Wed, 24 May 2017 09:24:46 -0700 Subject: [PATCH] Disable VSTS clean. (#20248) * Disable VSTS clean. We have our own clean script that we run and is more reliable. * Change Linux Crossbuild to not clean to match the non-Crossbuild definition. --- buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json | 2 +- buildpipeline/DotNet-CoreFx-Trusted-OSX.json | 3 --- buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json | 3 --- buildpipeline/DotNet-CoreFx-Trusted-Windows.json | 3 --- 4 files changed, 1 insertion(+), 10 deletions(-) diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json b/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json index d8a54012ed..652388d631 100644 --- a/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json +++ b/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json @@ -459,7 +459,7 @@ "name": "DotNet-CoreFX-Trusted", "url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-CoreFX-Trusted", "defaultBranch": "refs/heads/master", - "clean": "true", + "clean": "false", "checkoutSubmodules": false }, "quality": "definition", diff --git a/buildpipeline/DotNet-CoreFx-Trusted-OSX.json b/buildpipeline/DotNet-CoreFx-Trusted-OSX.json index 2f9aed0aef..0835a0e643 100644 --- a/buildpipeline/DotNet-CoreFx-Trusted-OSX.json +++ b/buildpipeline/DotNet-CoreFx-Trusted-OSX.json @@ -270,9 +270,6 @@ "PB_VsoCorefxGitUrl": { "value": "https://github.com/dotnet/corefx" }, - "Build.Clean": { - "value": "all" - }, "PB_BuildArguments": { "value": "-buildArch=x64 -Release", "allowOverride": true diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json index bd90bb93fa..17f690f614 100644 --- a/buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json +++ b/buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json @@ -331,9 +331,6 @@ "value": "HEAD", "allowOverride": true }, - "Build.Clean": { - "value": "all" - }, "PB_VsoAccountName": { "value": "dn-bot" }, diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json index ccb569b52a..ea684a3a05 100644 --- a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json +++ b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json @@ -385,9 +385,6 @@ "value": "HEAD", "allowOverride": true }, - "Build.Clean": { - "value": "all" - }, "PB_VsoAccountName": { "value": "dn-bot" },