Merge branch 'rel/2.0.0' into dev

This commit is contained in:
Kiran Challa 2017-07-21 11:52:23 -07:00
Родитель 0063c8f0da 0e96c2e20d
Коммит c9195b7a3c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -87,7 +87,7 @@ namespace E2ETests
RemoteDeploymentConfig = RemoteDeploymentConfigHelper.GetConfiguration();
DotnetRuntimePathOnShare = Path.Combine(RemoteDeploymentConfig.FileSharePath, "dotnet");
DotnetRuntimePathOnShare = Path.Combine(RemoteDeploymentConfig.FileSharePath, "dotnet_" + Guid.NewGuid());
// Prefer copying the zip file to fileshare and extracting on file share over copying the extracted
// dotnet runtime folder from source to file share as the size could be significantly huge.