diff options
author | wtgodbe <wigodbe@microsoft.com> | 2017-04-11 17:02:47 -0700 |
---|---|---|
committer | wtgodbe <wigodbe@microsoft.com> | 2017-04-11 17:02:47 -0700 |
commit | 7d9db6e76b76c0bb1bb4d7932cad4123dbde98b7 (patch) | |
tree | ecf012a6c73d139452336ad50208f29759be1374 /buildpipeline | |
parent | d577743e4fac8f32c649c2b1b1f9c606c1ca82f8 (diff) | |
download | coreclr-7d9db6e76b76c0bb1bb4d7932cad4123dbde98b7.tar.gz coreclr-7d9db6e76b76c0bb1bb4d7932cad4123dbde98b7.tar.bz2 coreclr-7d9db6e76b76c0bb1bb4d7932cad4123dbde98b7.zip |
Pass null instead of empty for PB_BuildType
Diffstat (limited to 'buildpipeline')
-rw-r--r-- | buildpipeline/pipelines.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json index 9270489534..9ab0237a3c 100644 --- a/buildpipeline/pipelines.json +++ b/buildpipeline/pipelines.json @@ -19,7 +19,7 @@ "OperatingSystem": "Debian 8.2", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -32,7 +32,7 @@ "OperatingSystem": "RedHat 7", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -45,7 +45,7 @@ "OperatingSystem": "Ubuntu 14.04", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -58,7 +58,7 @@ "OperatingSystem": "Ubuntu 16.04", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -71,7 +71,7 @@ "OperatingSystem": "Ubuntu 16.10", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -84,7 +84,7 @@ "OperatingSystem": "Fedora 24", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -97,7 +97,7 @@ "OperatingSystem": "openSUSE 42.1", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -110,7 +110,7 @@ "OperatingSystem": "Alpine 3.4.3", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -124,7 +124,7 @@ "OperatingSystem": "RedHat 7", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -136,7 +136,7 @@ "OperatingSystem": "OSX 10.12", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -150,7 +150,7 @@ "Type": "build/product/", "SubType": "PortableBuild", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -162,7 +162,7 @@ "OperatingSystem": "Windows", "Type": "build/product/", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -176,7 +176,7 @@ "Type": "build/product/", "SubType" : "PortableBuild", "Architecture": "x64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -188,7 +188,7 @@ "OperatingSystem": "Windows", "Type": "build/product/", "Architecture": "arm64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -202,7 +202,7 @@ "Type": "build/product/", "SubType" : "PortableBuild", "Architecture": "arm64", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -214,7 +214,7 @@ "OperatingSystem": "Windows", "Type": "build/product/", "Architecture": "arm", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -228,7 +228,7 @@ "Type": "build/product/", "SubType" : "PortableBuild", "Architecture": "arm", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -237,7 +237,7 @@ "OperatingSystem": "Windows", "Type": "build/product/", "Architecture": "x86", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -250,7 +250,7 @@ "Type": "build/product/", "SubType" : "PortableBuild", "Architecture": "x86", - "PB_BuildType": { } + "PB_BuildType": null } } ] @@ -270,7 +270,7 @@ "SubType": "CrossBuild", "Type": "build/product/", "Architecture": "arm", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -286,7 +286,7 @@ "SubType": "PortableCrossBuild", "Type": "build/product/", "Architecture": "arm", - "PB_BuildType": { } + "PB_BuildType": null } }, { @@ -301,7 +301,7 @@ "SubType": "CrossBuild", "Type": "build/product/", "Architecture": "arm", - "PB_BuildType": { } + "PB_BuildType": null } } ] |