File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ MAGENTA="\033[0;95m"
3131echo " Ensure $DOTNET_ROOT /shared exists: mkdir -p $DOTNET_ROOT /dotnet/shared"
3232mkdir -p $DOTNET_ROOT /dotnet/shared
3333
34- ls -la $HELIX_CORRELATION_PAYLOAD /dotnet
34+ ls -R $HELIX_CORRELATION_PAYLOAD /dotnet
3535
3636echo " Symlink sdk: ln -s $HELIX_CORRELATION_PAYLOAD /dotnet/dotnet $DOTNET_ROOT /dotnet/dotnet"
3737ln -s $HELIX_CORRELATION_PAYLOAD /dotnet/dotnet $DOTNET_ROOT /dotnet/dotnet
@@ -46,6 +46,8 @@ ln -s $HELIX_CORRELATION_PAYLOAD/dotnet/templates $DOTNET_ROOT/dotnet/templates
4646echo " Symlink sdk/shared/*: cp -s $HELIX_CORRELATION_PAYLOAD /dotnet/shared/* $DOTNET_ROOT /dotnet/shared/"
4747cp -s $HELIX_CORRELATION_PAYLOAD /dotnet/shared/* $DOTNET_ROOT /dotnet/shared/
4848
49+ ls -R $DOTNET_ROOT
50+
4951curl -o dotnet-install.sh -sSL https://dot.net/v1/dotnet-install.sh
5052if [ $? -ne 0 ]; then
5153 download_retries=3
8789# dontet-install.sh seems to affect the Linux filesystem and causes test flakiness unless we sync the filesystem before running tests
8890sync
8991
90- ls -la $DOTNET_ROOT
92+ ls -R $DOTNET_ROOT
9193
9294$DOTNET_ROOT /dotnet --list-sdks
9395$DOTNET_ROOT /dotnet --list-runtimes
You can’t perform that action at this time.
0 commit comments