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