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" },