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

NuGet.config « nuget « ILLink.Tasks.Tests « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1954d0af07e88e79dece1b34ce345a697e734561 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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>