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()
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.") ;
You can’t perform that action at this time.
0 commit comments