Skip to content

Commit 7b893df

Browse files
author
Jay Cho
committed
chore: add GitHub Packages NuGet source for TizenFX ref packs
1 parent f090b6c commit 7b893df

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

workload/NuGet.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
1010
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
1111
<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" />
1213
</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> -->
1321
<disabledPackageSources />
1422
</configuration>

0 commit comments

Comments
 (0)