msbuild/NuGet.Config

20 строки
1.1 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageRestore>
<add key="enabled" value="True" />
</packageRestore>
Spellcheck (#2085) I ran https://github.com/EWSoftware/VSSpellChecker on the solution. This is mostly just comment fixes in the unit tests, but the XSD changes might have an affect on the translations. * Typo: Dependency * Typo: Assemblies * Typo: Doesn't * Typo: Same * Typo: Duplicate "the" * Typo: Duplicate word "char" * Typo: After * Typo: Duplicate word "as" * Typo: Because * Typo: Chaining * Typo: characters * Typo: Duplicate word "Append" * Typo: architecture * Typo: assembly * Typo: Because * Typo: Buckets * Typo: canonical * Typo: choosing * Typo: class name * Typo: crash * Typo: delimited * Typo: dependent * Typo: disabled * Typo: deterministic * Typo: escaped * Typo: Event * Typo: framework * Typo: Duplicate word "the" * Typo: Duplicate word "that" * Typo: third * Typo: The * Typo: Throw * Typo: through * Typo: transformation * Typo: invalid * Typo: initialize * Typo: Included * Typo: Initialize * Typo: implementation * Typo: writable * Typo: with * Typo: wherever * Typo: Duplicate word "when" * Typo: warnings * Typo: when * Typo: versions * Typo: Duplicate word "type" * Typo: Duplicate word "three" * Typo: delegate * Typo: exception * Typo: existence * Typo: existent * Typo: explicitly * Typo: extension * Typo: fictitious * Typo: Duplicate word "for" * Typo: generated * Typo: going * Typo: if * Typo: Duplicate word "in" * Typo: interpreted * Typo: interpret * Typo: Duplicate word "is" * Typo: initialized * Typo: items * Typo: length * Typo: Make sure * Typo: manager * Typo: manifest * Typo: metadata * Typo: mechanism * Typo: Message * Typo: metadata * Typo: mutually * Typo: Duplicate word "no" * Typo: nonexistent * Typo: nothing * Typo: not * Typo: occurring * Typo: output * Typo: outstanding * Typo: overridden * Typo: parameters * Typo: project * Typo: properties * Typo: propagates * Typo: reference * Typo: regular * Typo: be relative * Typo: Separate * Typo: Duplicate word "should" * Typo: Should not * Typo: signaled * Typo: solvable * Typo: specified * Typo: specific * Typo: succeed * Typo: successfully * Typo: during * Typo: default targets * Typo: doesn't * Typo: Don't * Typo: during * Typo: equivalence * Typo: figuring * Typo: handle * Typo: Duplicate word "has" * Typo: irrelevant * Typo: Duplicate word "many" * Typo: nothing * Typo: processed * Typo: chain * Typo: nonexistent * Typo: qualifiers * Typo: result is * Typo: Returns * Typo: success * Typo: than
2017-05-10 20:37:58 +03:00
<!-- The commented out feeds were failing on non windows restore. Restore seems to finish successfully without them.
Should be removed if restore does not regress-->
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="nuget.org v2" value="https://nuget.org/api/v2/" />
<add key="myget.org roslyn nightly" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="dotnet.myget.org buildtools v3" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
<!-- <add key="myget.org nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" /> -->
<add key="dotnet.myget.org dotnet-core v3" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="myget.org aspnet vnext v3" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
<add key="myget.org aspnet vnext" value="https://www.myget.org/F/aspnetvnext/" />
</packageSources>
</configuration>