File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eng/helix/content/RunTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public async Task<bool> InstallAspNetAppIfNeededAsync()
121
121
{
122
122
if ( File . Exists ( Options . AspNetRuntime ) )
123
123
{
124
- var appRuntimePath = $ "{ Options . DotnetRoot } /shared/Microsoft.AspNetCore.App/{ Options . RuntimeVersion } ";
124
+ var appRuntimePath = $ "{ Options . HELIX_WORKITEM_ROOT } /shared/Microsoft.AspNetCore.App/{ Options . RuntimeVersion } ";
125
125
Console . WriteLine ( $ "Creating directory: { appRuntimePath } ") ;
126
126
Directory . CreateDirectory ( appRuntimePath ) ;
127
127
Console . WriteLine ( $ "Set ASPNET_RUNTIME_PATH: { appRuntimePath } ") ;
@@ -203,7 +203,7 @@ public bool InstallAspNetRefIfNeeded()
203
203
{
204
204
if ( File . Exists ( Options . AspNetRef ) )
205
205
{
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 } ";
207
207
if ( Directory . Exists ( refPath ) )
208
208
{
209
209
Console . WriteLine ( $ "AspNetRef install skipped: { refPath } already exists.") ;
You can’t perform that action at this time.
0 commit comments