From a67bbab6b31bac3d9a594cf508647717c4419505 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Thu, 27 Apr 2017 12:30:45 -0700 Subject: [PATCH] Changing the RID back from win-x64 to win7-x64 to workaround SQL issue --- .../Deployers/ApplicationDeployer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs index fa63c9a619..6ec210ba07 100644 --- a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs +++ b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs @@ -215,7 +215,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting var architecture = GetArchitecture(); if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { - return "win-" + architecture; + return "win7-" + architecture; } else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) {