Skip to content

Commit 487b468

Browse files
committed
Update TestRunner.cs
1 parent 2441b7a commit 487b468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/helix/content/RunTests/TestRunner.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ public async Task<bool> InstallAspNetAppIfNeededAsync()
9595
if (Directory.Exists("Microsoft.AspNetCore.App"))
9696
{
9797
var appRuntimePath = $"{Options.DotnetRoot}/shared/Microsoft.AspNetCore.App/{Options.RuntimeVersion}";
98+
Console.WriteLine($"Creating directory: {appRuntimePath}");
99+
Directory.CreateDirectory(appRuntimePath);
98100
Console.WriteLine($"Found Microsoft.AspNetCore.App/, copying to {appRuntimePath}");
99101
Console.WriteLine($"Set ASPNET_RUNTIME_PATH: {appRuntimePath}");
100102
EnvironmentVariables.Add("ASPNET_RUNTIME_PATH", appRuntimePath);

0 commit comments

Comments
 (0)