Skip to content

Commit

Permalink
[NuGet] Repoint to private nuget feeds (#8988)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcam206 authored Aug 19, 2024
1 parent 2a588b9 commit 446d537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/dotnet/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<!-- remove any machine-wide sources with <clear/> -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="AdaptiveCards-public" value="https://pkgs.dev.azure.com/microsoft/AdaptiveCards/_packaging/AdaptiveCards-public/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
2 changes: 1 addition & 1 deletion source/uwp/winui3/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<!-- remove any machine-wide sources with <clear/> -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="AdaptiveCards-public" value="https://pkgs.dev.azure.com/microsoft/AdaptiveCards/_packaging/AdaptiveCards-public/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down

0 comments on commit 446d537

Please sign in to comment.