We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28ad007 + f189785 commit 8a34addCopy full SHA for 8a34add
build/RunTestsOnHelix.sh
@@ -17,6 +17,7 @@ cp -a $HELIX_CORRELATION_PAYLOAD/t/TestExecutionDirectoryFiles/. $TestExecutionD
17
# call dotnet new so the first run message doesn't interfere with the first test
18
dotnet new --debug:ephemeral-hive
19
# 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
21
dotnet nuget add source $DOTNET_ROOT/.nuget --configfile $TestExecutionDirectory/nuget.config
22
dotnet nuget list source --configfile $TestExecutionDirectory/nuget.config
23
dotnet nuget remove source dotnet6-transport --configfile $TestExecutionDirectory/nuget.config
0 commit comments