Merge pull request #1069 from PowerShell/andschwa/debian

Add Debian 8 RID
This commit is contained in:
Andy Schwartzmeyer 2016-06-03 10:16:08 -07:00
commit 2c25c14cf8
3 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,7 @@ function Start-PSBuild {
# These runtimes must match those in project.json
# We do not use ValidateScript since we want tab completion
[ValidateSet("ubuntu.14.04-x64",
"debian.8-x64",
"centos.7.1-x64",
"win7-x64",
"win81-x64",
@ -211,6 +212,7 @@ function New-PSOptions {
# We do not use ValidateScript since we want tab completion
[ValidateSet("",
"ubuntu.14.04-x64",
"debian.8-x64",
"centos.7.1-x64",
"win7-x64",
"win81-x64",

View file

@ -37,6 +37,7 @@
"runtimes": {
"ubuntu.14.04-x64": { },
"debian.8-x64": { },
"centos.7.1-x64": { },
"win7-x64": { },
"win81-x64": { },

View file

@ -22,6 +22,7 @@
"runtimes": {
"ubuntu.14.04-x64": { },
"debian.8-x64": { },
"centos.7.1-x64": { },
"win7-x64": { },
"win81-x64": { },