Updating release Nuget.config
This commit is contained in:
parent
a0a0db9856
commit
a86965f00e
12
NuGet.Config
12
NuGet.Config
|
|
@ -1,13 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
|
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
|
||||||
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
|
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
<packageSourceCredentials>
|
</configuration>
|
||||||
<AspNetVNext>
|
|
||||||
<add key="Username" value="aspnetreadonly" />
|
|
||||||
<add key="ClearTextPassword" value="4d8a2d9c-7b80-4162-9978-47e918c9658c" />
|
|
||||||
</AspNetVNext>
|
|
||||||
</packageSourceCredentials>
|
|
||||||
</configuration>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue