Skip to content

Commit

Permalink
Add IDDP NuGet feed for internal consumption (#4932)
Browse files Browse the repository at this point in the history
Create NuGet.config
  • Loading branch information
gladjohn committed Sep 17, 2024
1 parent 09a72e1 commit 501968c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="IDDP_PublicPackages" value="https://pkgs.dev.azure.com/IdentityDivision/_packaging/IDDP_PublicPackages/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 501968c

Please sign in to comment.