projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
074e9ca
)
Fix OutputRID for linux-musl official build
author
Wes Haggard
<weshaggard@users.noreply.github.com>
Wed, 18 Apr 2018 17:19:36 +0000
(10:19 -0700)
committer
GitHub
<noreply@github.com>
Wed, 18 Apr 2018 17:19:36 +0000
(10:19 -0700)
Need to include the `-x64` in the output rid.
buildpipeline/pipelines.json
patch
|
blob
|
history
diff --git
a/buildpipeline/pipelines.json
b/buildpipeline/pipelines.json
index
ebf36e5
..
cf1df6d
100644
(file)
--- a/
buildpipeline/pipelines.json
+++ b/
buildpipeline/pipelines.json
@@
-61,7
+61,7
@@
"Parameters": {
"DockerTag": "alpine-3.6-3148f11-20171119021156",
"Rid": "linux-musl",
- "PB_OutputRID": "linux-musl",
+ "PB_OutputRID": "linux-musl
-x64
",
"PB_AdditionalBuildArgs": "-portablebuild=false"
},
"ReportingParameters": {