summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2017-10-16 15:17:17 -0700
committerGitHub <noreply@github.com>2017-10-16 15:17:17 -0700
commitc8963ccdc59662800877ddd9dd4fc4a4ffcae49e (patch)
treea8ccdd3e489def2d89c3ada4612a0f0eb25fe207
parent13562925e3b13dcfa97f6a1a7a0c60191681ac9c (diff)
parentf2dfe84a6f5f6ba816c99c3e0c60a1c13eb09be9 (diff)
downloadcoreclr-c8963ccdc59662800877ddd9dd4fc4a4ffcae49e.tar.gz
coreclr-c8963ccdc59662800877ddd9dd4fc4a4ffcae49e.tar.bz2
coreclr-c8963ccdc59662800877ddd9dd4fc4a4ffcae49e.zip
Merge pull request #14522 from dotnet/wtgodbe-patch-1
Parameterize PublishFlatContainer in x86 build
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
index 3902c4bd5c..3b71cf41eb 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
@@ -150,7 +150,7 @@
},
"inputs": {
"filename": "publish-packages.cmd",
- "arguments": "-AzureAccount=$(CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -BuildArch=$(Architecture) -BuildType=$(PB_BuildType) -Container=$(PB_ContainerName) -PublishPackages -- /p:RelativePath=$(PB_BlobNamePrefix)$(PB_BuildType)/pkg /p:PublishFlatContainer=false /p:OverwriteOnPublish=true",
+ "arguments": "-AzureAccount=$(CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -BuildArch=$(Architecture) -BuildType=$(PB_BuildType) -Container=$(PB_ContainerName) -PublishPackages -- /p:RelativePath=$(PB_BlobNamePrefix)$(PB_BuildType)/pkg /p:PublishFlatContainer=$(PublishFlat) /p:OverwriteOnPublish=true",
"workingFolder": "",
"failOnStandardError": "false"
}