Skip to content

Commit da1b20e

Browse files
authored
Update Program.cs
1 parent db56715 commit da1b20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/helix/content/RunTests/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ static async Task Main(string[] args)
9797
Console.WriteLine($"Set ASPNET_RUNTIME_PATH: {aspnetRuntimePath}");
9898
environmentVariables.Add("ASPNET_RUNTIME_PATH", aspnetRuntimePath);
9999
Console.WriteLine($"Found Microsoft.AspNetCore.App/, copying to {aspnetRuntimePath}");
100+
Directory.CreateDirectory(aspnetRuntimePath);
100101
foreach (var file in Directory.EnumerateFiles("Microsoft.AspNetCore.App", "*.*", SearchOption.AllDirectories))
101102
{
102103
File.Copy(file, aspnetRuntimePath, overwrite: true);

0 commit comments

Comments
 (0)