Fix Alpine and RHEL official builds (dotnet/core-setup#3378)
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 1 Nov 2017 17:51:14 +0000 (10:51 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2017 17:51:14 +0000 (10:51 -0700)
* Fix Alpine and RHEL official builds

I have broken the RHEL build by my recent change that was supposed to
enable Alpine official builds. The Alpine build didn't work either since
there was a recent change that modified the way we specify the distro
RID and I have missed that.

Commit migrated from https://github.com/dotnet/core-setup/commit/e0f6d9548161011fafa3947e41b736d31e67f8d9

src/installer/buildpipeline/pipeline.json

index 270877d..e4b846d 100644 (file)
@@ -30,7 +30,7 @@
           }
         },
         {
-          "Name": "Core-Setup-Linux-BT",
+          "Name": "Core-Setup-Linux-Arm-BT",
           "Parameters": {
             "PB_DockerTag": "centos-6-376e1a3-20174311014331",
             "PB_TargetArchitecture": "x64",
           }
         },
         {
-          "Name": "Core-Setup-Linux-BT",
+          "Name": "Core-Setup-Linux-Arm-BT",
           "Parameters": {
-            "PB_DistroRid": "alpine.3.6-x64",
             "PB_DockerTag": "alpine-3.6-3148f11-20171119021156",
             "PB_TargetArchitecture": "x64",
-            "PB_AdditionalBuildArguments":"-TargetArchitecture=x64 -DistroRid=alpine.3.6-x64 -PortableBuild=false -strip-symbols",
+            "PB_AdditionalBuildArguments":"-TargetArchitecture=x64 -PortableBuild=false -strip-symbols",
+            "PB_AdditionalMSBuildArguments":"/p:OutputRid=alpine.3.6-x64",
             "PB_PortableBuild": "false"
           },
           "ReportingParameters": {