Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/ILLink.Tasks.Tests/nuget/NuGet.config')
-rw-r--r--test/ILLink.Tasks.Tests/nuget/NuGet.config11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ILLink.Tasks.Tests/nuget/NuGet.config b/test/ILLink.Tasks.Tests/nuget/NuGet.config
deleted file mode 100644
index 1954d0af0..000000000
--- a/test/ILLink.Tasks.Tests/nuget/NuGet.config
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <packageSources>
- <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
- <!-- When the tests are run from the repo's test bin directory,
- this NuGet.config should be read to find the local package
- directory. The path is relative to the test <baseoutputpath>/<config>/<tfm>
- directory. -->
- <add key="local linker packages" value="../../../../../src/ILLink.Tasks/bin/nupkgs" />
- </packageSources>
-</configuration>