Changing the RID back from win-x64 to win7-x64 to workaround SQL issue
This commit is contained in:
parent
ccad1b62b4
commit
a67bbab6b3
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue