diff --git a/build.psm1 b/build.psm1 index 9b3f079a6b..171da1727b 100644 --- a/build.psm1 +++ b/build.psm1 @@ -96,7 +96,8 @@ function Start-PSBuild { "win81-x64", "win10-x64", "osx.10.11-x64", - "osx.10.12-x64")] + "osx.10.12-x64", + "opensuse.13.2-x64")] [Parameter(ParameterSetName='CoreCLR')] [string]$Runtime, @@ -458,7 +459,8 @@ function New-PSOptions { "win81-x64", "win10-x64", "osx.10.11-x64", - "osx.10.12-x64")] + "osx.10.12-x64", + "opensuse.13.2-x64")] [string]$Runtime, [switch]$Publish, @@ -2636,7 +2638,8 @@ function Start-CrossGen { "win81-x64", "win10-x64", "osx.10.11-x64", - "osx.10.12-x64")] + "osx.10.12-x64", + "opensuse.13.2-x64")] [string] $Runtime ) diff --git a/src/ResGen/project.json b/src/ResGen/project.json index 7d8d7e5e21..7d54715e6e 100644 --- a/src/ResGen/project.json +++ b/src/ResGen/project.json @@ -28,6 +28,7 @@ "win81-x64": { }, "win10-x64": { }, "osx.10.11-x64": { }, - "osx.10.12-x64": { } + "osx.10.12-x64": { }, + "opensuse.13.2-x64": {} } } diff --git a/src/TypeCatalogGen/project.json b/src/TypeCatalogGen/project.json index 121f60982d..80e8c2f9d0 100644 --- a/src/TypeCatalogGen/project.json +++ b/src/TypeCatalogGen/project.json @@ -53,6 +53,7 @@ "win81-x64": { }, "win10-x64": { }, "osx.10.11-x64": { }, - "osx.10.12-x64": { } + "osx.10.12-x64": { }, + "opensuse.13.2-x64": {} } } diff --git a/src/TypeCatalogParser/project.json b/src/TypeCatalogParser/project.json index 40c00a9a8b..468126b044 100644 --- a/src/TypeCatalogParser/project.json +++ b/src/TypeCatalogParser/project.json @@ -50,6 +50,7 @@ "win7-x64": { }, "win10-x64": { }, "osx.10.11-x64": { }, - "osx.10.12-x64": { } + "osx.10.12-x64": { }, + "opensuse.13.2-x64": {} } } diff --git a/src/powershell-unix/project.json b/src/powershell-unix/project.json index 3a51f08970..40807a8f62 100644 --- a/src/powershell-unix/project.json +++ b/src/powershell-unix/project.json @@ -104,6 +104,7 @@ "centos.7-x64": { }, "fedora.24-x64": { }, "osx.10.11-x64": { }, - "osx.10.12-x64": { } + "osx.10.12-x64": { }, + "opensuse.13.2-x64": {} } } diff --git a/test/PSReadLine/project.json b/test/PSReadLine/project.json index 9446be0883..d4f6d053c0 100644 --- a/test/PSReadLine/project.json +++ b/test/PSReadLine/project.json @@ -30,6 +30,7 @@ "win7-x64": { }, "win10-x64": { }, "osx.10.11-x64": { }, - "osx.10.12-x64": { } + "osx.10.12-x64": { }, + "opensuse.13.2-x64": {} } } diff --git a/test/csharp/project.json b/test/csharp/project.json index 4515591b1e..5685b7afa2 100644 --- a/test/csharp/project.json +++ b/test/csharp/project.json @@ -36,6 +36,7 @@ "win81-x64": { }, "win10-x64": { }, "osx.10.11-x64": { }, - "osx.10.12-x64": { } + "osx.10.12-x64": { }, + "opensuse.13.2-x64": {} } } diff --git a/test/tools/CreateChildProcess/project.json b/test/tools/CreateChildProcess/project.json index e1f5ddd4f1..fc54d4d307 100644 --- a/test/tools/CreateChildProcess/project.json +++ b/test/tools/CreateChildProcess/project.json @@ -26,6 +26,7 @@ "win81-x64": { }, "win10-x64": { }, "osx.10.11-x64": { }, - "osx.10.12-x64": { } + "osx.10.12-x64": { }, + "opensuse.13.2-x64": {} } } diff --git a/test/tools/EchoArgs/project.json b/test/tools/EchoArgs/project.json index 98521b4b6d..3d2c587a4d 100644 --- a/test/tools/EchoArgs/project.json +++ b/test/tools/EchoArgs/project.json @@ -26,6 +26,7 @@ "win81-x64": { }, "win10-x64": { }, "osx.10.11-x64": { }, - "osx.10.12-x64": { } + "osx.10.12-x64": { }, + "opensuse.13.2-x64": {} } }