Skip to content

Commit b7374cf

Browse files
committed
Create correct dotnet root
1 parent f99dd84 commit b7374cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/helix/content/runtests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RED="\033[0;31m"
2828
YELLOW="\033[0;33m"
2929
MAGENTA="\033[0;95m"
3030

31-
echo "Ensure $DOTNET_ROOT/shared exists: mkdir -p $DOTNET_ROOT/shared"
32-
mkdir -p $DOTNET_ROOT/shared
31+
echo "Ensure $DOTNET_ROOT/shared exists: mkdir -p $DOTNET_ROOT/dotnet/shared"
32+
mkdir -p $DOTNET_ROOT/dotnet/shared
3333

3434
ls -la $HELIX_CORRELATION_PAYLOAD/dotnet
3535

0 commit comments

Comments
 (0)