Skip to content

Commit 3c55ee3

Browse files
committed
Install to workitem root
1 parent cd87c14 commit 3c55ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/helix/content/RunTests/TestRunner.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public async Task<bool> InstallAspNetAppIfNeededAsync()
121121
{
122122
if (File.Exists(Options.AspNetRuntime))
123123
{
124-
var appRuntimePath = $"{Options.DotnetRoot}/shared/Microsoft.AspNetCore.App/{Options.RuntimeVersion}";
124+
var appRuntimePath = $"{Options.HELIX_WORKITEM_ROOT}/shared/Microsoft.AspNetCore.App/{Options.RuntimeVersion}";
125125
Console.WriteLine($"Creating directory: {appRuntimePath}");
126126
Directory.CreateDirectory(appRuntimePath);
127127
Console.WriteLine($"Set ASPNET_RUNTIME_PATH: {appRuntimePath}");
@@ -203,7 +203,7 @@ public bool InstallAspNetRefIfNeeded()
203203
{
204204
if (File.Exists(Options.AspNetRef))
205205
{
206-
var refPath = $"{Options.DotnetRoot}/packs/Microsoft.AspNetCore.App.Ref/{Options.RuntimeVersion}";
206+
var refPath = $"{Options.HELIX_WORKITEM_ROOT}/packs/Microsoft.AspNetCore.App.Ref/{Options.RuntimeVersion}";
207207
if (Directory.Exists(refPath))
208208
{
209209
Console.WriteLine($"AspNetRef install skipped: {refPath} already exists.");

0 commit comments

Comments
 (0)