Changing the RID back from win-x64 to win7-x64 to workaround SQL issue

This commit is contained in:
Kiran Challa 2017-04-27 12:30:45 -07:00
parent ccad1b62b4
commit a67bbab6b3
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{