Remove commented out code
This commit is contained in:
parent
22dacc82d8
commit
7d3fd28fc4
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ namespace Microsoft.DotNet.Tests.EndToEnd
|
|||
if (!Directory.Exists(testPackagesDirectory))
|
||||
{
|
||||
new DirectoryInfo(testPackagesDirectory).Create();
|
||||
//Directory.CreateDirectory(testPackagesDirectory);
|
||||
}
|
||||
|
||||
var testPackageNames = new[]
|
||||
|
|
Loading…
Reference in a new issue