Skip to content

Commit 8a34add

Browse files
committed
Merge branch 'release/7.0.1xx' into release/7.0.2xx
2 parents 28ad007 + f189785 commit 8a34add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/RunTestsOnHelix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cp -a $HELIX_CORRELATION_PAYLOAD/t/TestExecutionDirectoryFiles/. $TestExecutionD
1717
# call dotnet new so the first run message doesn't interfere with the first test
1818
dotnet new --debug:ephemeral-hive
1919
# We downloaded a special zip of files to the .nuget folder so add that as a source
20+
dotnet nuget list source --configfile $TestExecutionDirectory/nuget.config
2021
dotnet nuget add source $DOTNET_ROOT/.nuget --configfile $TestExecutionDirectory/nuget.config
2122
dotnet nuget list source --configfile $TestExecutionDirectory/nuget.config
2223
dotnet nuget remove source dotnet6-transport --configfile $TestExecutionDirectory/nuget.config

0 commit comments

Comments
 (0)