We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f090b6c commit 7b893dfCopy full SHA for 7b893df
1 file changed
workload/NuGet.config
@@ -9,6 +9,14 @@
9
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
10
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
11
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
12
+ <add key="github" value="https://nuget.pkg.github.com/Samsung/index.json" />
13
</packageSources>
14
+ <!--Credential for github is required to reference TizenFX-->
15
+ <!-- <packageSourceCredentials>
16
+ <github>
17
+ <add key="Username" value="" />
18
+ <add key="ClearTextPassword" value="" />
19
+ </github>
20
+ </packageSourceCredentials> -->
21
<disabledPackageSources />
22
</configuration>
0 commit comments