File tree 1 file changed +11
-0
lines changed 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,14 @@ cp -a $HELIX_CORRELATION_PAYLOAD/t/TestExecutionDirectoryFiles/. $TestExecutionD
11
11
12
12
# call dotnet new so the first run message doesn't interfere with the first test
13
13
dotnet new --debug:ephemeral-hive
14
+
15
+ dotnet nuget list source --configfile $TestExecutionDirectory /NuGet.config
16
+ dotnet nuget remove source dotnet6-transport --configfile $TestExecutionDirectory /NuGet.config
17
+ dotnet nuget remove source dotnet6-internal-transport --configfile $TestExecutionDirectory /NuGet.config
18
+ dotnet nuget remove source richnav --configfile $TestExecutionDirectory /NuGet.config
19
+ dotnet nuget remove source vs-impl --configfile $TestExecutionDirectory /NuGet.config
20
+ dotnet nuget remove source dotnet-libraries-transport --configfile $TestExecutionDirectory /NuGet.config
21
+ dotnet nuget remove source dotnet-tools-transport --configfile $TestExecutionDirectory /NuGet.config
22
+ dotnet nuget remove source dotnet-libraries --configfile $TestExecutionDirectory /NuGet.config
23
+ dotnet nuget remove source dotnet-eng --configfile $TestExecutionDirectory /NuGet.config
24
+ dotnet nuget list source --configfile $TestExecutionDirectory /NuGet.config
You can’t perform that action at this time.
0 commit comments