File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,23 @@ To download nightly builds follow the following steps:
2323 <configuration>
2424 <packageSources>
2525 <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
26- <add key="github " value="https://nuget.pkg.github.com/microsoft/index.json" />
26+ <add key="GitHubMicrosoft " value="https://nuget.pkg.github.com/microsoft/index.json" />
2727 </packageSources>
2828
2929 <packageSourceMapping>
3030 <packageSource key="nuget.org">
3131 <package pattern="*" />
3232 </packageSource>
33- <packageSource key="github ">
33+ <packageSource key="GitHubMicrosoft ">
3434 <package pattern="*nightly"/>
3535 </packageSource>
3636 </packageSourceMapping>
3737
3838 <packageSourceCredentials>
39- <github >
40- <add key="Username" value="<Your GitHub Id>" />
41- <add key="ClearTextPassword" value="<Your Personal Access Token>" />
42- </github >
39+ <GitHubMicrosoft >
40+ <add key="Username" value="<Your GitHub Id>" />
41+ <add key="ClearTextPassword" value="<Your Personal Access Token>" />
42+ </GitHubMicrosoft >
4343 </packageSourceCredentials>
4444 </configuration>
4545 ```
You can’t perform that action at this time.
0 commit comments