Make dotnet cli portable
This commit is contained in:
parent
8df6f5405d
commit
18436e325e
38 changed files with 194 additions and 71 deletions
|
@ -96,7 +96,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
File.SetAttributes(file, FileAttributes.Normal);
|
||||
File.Delete(file);
|
||||
}
|
||||
|
||||
System.Threading.Thread.Sleep(1);
|
||||
Directory.Delete(path, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue