Merge branch 'rel/2.0.0-preview1' into dev

This commit is contained in:
Kiran Challa 2017-04-27 18:53:25 -07:00
commit f1533081c0
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
}
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
{
return "osx.10.12-" + architecture;
return "osx-" + architecture;
}
else
{