Skip to content

Commit d5cbf6f

Browse files
Confiure Azure as Nuget source for custom LibVLC
This will make sure that future custom versions don't have to be added manually to the releases page. Additionally, the project should now build with a default checkout, e.g. on CI.
1 parent 1f818d0 commit d5cbf6f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

nuget.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
5+
<add key="Custom-LibVLC-UWP-nupkgs" value="https://pkgs.dev.azure.com/fossmium/cefd7d11-a46c-4f77-a2f8-b4fc036aefb0/_packaging/Custom-LibVLC-UWP-nupkgs/nuget/v3/index.json" />
6+
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)