summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2017-10-10 19:28:53 -0700
committerGitHub <noreply@github.com>2017-10-10 19:28:53 -0700
commitfaca87ae7fd06c520fc0458a81b5b4a99a1c5e72 (patch)
treefe2f8908d730ef4c29ccc271a0e5f1f76aba299b /buildpipeline/DotNet-CoreClr-Trusted-Windows.json
parent4c2e60f9fe57e1401410df9ee55dde673e11ff7e (diff)
parent978a6dc612e3ccbeb5222df24971f0ba70518aff (diff)
downloadcoreclr-faca87ae7fd06c520fc0458a81b5b4a99a1c5e72.tar.gz
coreclr-faca87ae7fd06c520fc0458a81b5b4a99a1c5e72.tar.bz2
coreclr-faca87ae7fd06c520fc0458a81b5b4a99a1c5e72.zip
Merge pull request #13795 from wtgodbe/PublishPlayground
Use new publish mechanism in CoreCLR
Diffstat (limited to 'buildpipeline/DotNet-CoreClr-Trusted-Windows.json')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows.json22
1 files changed, 20 insertions, 2 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
index 6997893c17..f80b5fef8d 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
@@ -141,7 +141,7 @@
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
- "displayName": "Run publish-packages.cmd",
+ "displayName": "Publish packages",
"timeoutInMinutes": 0,
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
@@ -150,7 +150,25 @@
},
"inputs": {
"filename": "publish-packages.cmd",
- "arguments": "-AzureAccount=$(CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -BuildArch=$(Architecture) -BuildType=$(PB_BuildType) -- /p:ContainerName=$(Label) /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=false /p:OverwriteOnPublish=true",
+ "workingFolder": "",
+ "failOnStandardError": "false"
+ }
+ },
+ {
+ "enabled": true,
+ "continueOnError": false,
+ "alwaysRun": false,
+ "displayName": "Publish symbol packages",
+ "timeoutInMinutes": 0,
+ "task": {
+ "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
+ "versionSpec": "1.*",
+ "definitionType": "task"
+ },
+ "inputs": {
+ "filename": "publish-packages.cmd",
+ "arguments": "-AzureAccount=$(CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -BuildArch=$(Architecture) -BuildType=$(PB_BuildType) -Container=$(PB_ContainerName) -PublishSymbols -- /p:RelativePath=$(PB_BlobNamePrefix)/$(PB_BuildType)/symbolpkg /p:OverwriteOnPublish=true",
"workingFolder": "",
"failOnStandardError": "false"
}