Nano server tests: Make the dotnet cli folder name unique

This commit is contained in:
Kiran Challa 2017-07-17 11:47:51 -07:00
parent db8fc67bb5
commit 0e96c2e20d
1 changed files with 1 additions and 1 deletions

View File

@ -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.