From b19be8c911028cef735590caf89c4fe9961535d9 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Thu, 16 Jun 2016 18:39:29 -0700 Subject: [PATCH] Fix CentOS RID in tests and build module --- build.psm1 | 4 ++-- test/csharp/project.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.psm1 b/build.psm1 index 20b7e1ecb1..2a109da28e 100644 --- a/build.psm1 +++ b/build.psm1 @@ -35,7 +35,7 @@ function Start-PSBuild { # We do not use ValidateScript since we want tab completion [ValidateSet("ubuntu.14.04-x64", "debian.8-x64", - "centos.7.1-x64", + "centos.7-x64", "win7-x64", "win81-x64", "win10-x64", @@ -221,7 +221,7 @@ function New-PSOptions { [ValidateSet("", "ubuntu.14.04-x64", "debian.8-x64", - "centos.7.1-x64", + "centos.7-x64", "win7-x64", "win81-x64", "win10-x64", diff --git a/test/csharp/project.json b/test/csharp/project.json index a8d99f79e9..c97e8beffe 100644 --- a/test/csharp/project.json +++ b/test/csharp/project.json @@ -29,7 +29,7 @@ "runtimes": { "ubuntu.14.04-x64": { }, "debian.8-x64": { }, - "centos.7.1-x64": { }, + "centos.7-x64": { }, "win7-x64": { }, "win81-x64": { }, "win10-x64": { },