Skip to content

Commit b374ff0

Browse files
authored
Rename nightly build GitHub source in FAQS.md to be consistent (#1755)
1 parent 6e20544 commit b374ff0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/FAQS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)