From: wtgodbe Date: Fri, 7 Apr 2017 19:47:22 +0000 (-0700) Subject: Publish portable OSX binaries into separate container in pipeline X-Git-Tag: submit/tizen/20210909.063632~11030^2~7361^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9192976f4eaea61753a278ab850218ef2303326d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Publish portable OSX binaries into separate container in pipeline Commit migrated from https://github.com/dotnet/coreclr/commit/a360ee433e46dcab7ed1abc71256fee39f773511 --- diff --git a/src/coreclr/buildpipeline/pipelines.json b/src/coreclr/buildpipeline/pipelines.json index d687762..abd8bfe 100644 --- a/src/coreclr/buildpipeline/pipelines.json +++ b/src/coreclr/buildpipeline/pipelines.json @@ -109,7 +109,7 @@ { "Name": "DotNet-CoreClr-Trusted-Mac", "Parameters": { - "Rid": "osx.10.12", + "Rid": "osx", "portableBuild": "-portable" } },