Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fix Platform reporting parameters for build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
karajas committed Jul 19, 2017
1 parent 5c6d529 commit ccb4270
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions buildpipeline/pipelines.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ReportingParameters": {
"OperatingSystem": "Linux",
"Type": "build/product/",
"Architecture": "x64",
"Platform": "x64",
"PB_BuildType": null
}
},
Expand All @@ -32,7 +32,7 @@
"OperatingSystem": "OSX",
"Type": "build/product/",
"SubType": "PortableBuild",
"Architecture": "x64",
"Platform": "x64",
"PB_BuildType": null
}
},
Expand All @@ -45,7 +45,7 @@
"OperatingSystem": "Windows",
"Type": "build/product/",
"SubType" : "PortableBuild",
"Architecture": "x64",
"Platform": "x64",
"PB_BuildType": null
}
},
Expand All @@ -58,7 +58,7 @@
"OperatingSystem": "Windows",
"Type": "build/product/",
"SubType" : "PortableBuild",
"Architecture": "arm64",
"Platform": "arm64",
"PB_BuildType": null
}
},
Expand All @@ -71,7 +71,7 @@
"OperatingSystem": "Windows",
"Type": "build/product/",
"SubType" : "PortableBuild",
"Architecture": "arm",
"Platform": "arm",
"PB_BuildType": null
}
},
Expand All @@ -84,7 +84,7 @@
"OperatingSystem": "Windows",
"Type": "build/product/",
"SubType" : "PortableBuild",
"Architecture": "x86",
"Platform": "x86",
"PB_BuildType": null
}
}
Expand All @@ -104,7 +104,7 @@
"OperatingSystem": "Linux",
"SubType": "PortableCrossBuild",
"Type": "build/product/",
"Architecture": "arm",
"Platform": "arm",
"PB_BuildType": null
}
}
Expand Down Expand Up @@ -366,6 +366,7 @@
},
"ReportingParameters": {
"OperatingSystem": "Windows",
"Platform": "arm64",
"SubType": "Build-Tests",
"Type": "build/product/",
"PB_BuildType": "Release"
Expand All @@ -384,6 +385,7 @@
},
"ReportingParameters": {
"OperatingSystem": "Windows",
"Platform": "arm64",
"SubType": "Build-Tests-R2R",
"Type": "build/product/",
"PB_BuildType": "Release"
Expand Down

0 comments on commit ccb4270

Please sign in to comment.