We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1b20e commit 9e57372Copy full SHA for 9e57372
eng/helix/content/RunTests/Program.cs
@@ -100,7 +100,7 @@ static async Task Main(string[] args)
100
Directory.CreateDirectory(aspnetRuntimePath);
101
foreach (var file in Directory.EnumerateFiles("Microsoft.AspNetCore.App", "*.*", SearchOption.AllDirectories))
102
{
103
- File.Copy(file, aspnetRuntimePath, overwrite: true);
+ File.Copy(file, aspnetRuntimePath + file, overwrite: true);
104
}
105
106
Console.WriteLine();
0 commit comments