Skip to content

Commit 6f867ea

Browse files
authored
Add a nuget.config that can be used all the time. (#3376)
* Stop trying to be cute, just let the nuget.config live on * Revert changes to workflow
1 parent 2e7e2d5 commit 6f867ea

File tree

2 files changed

+8
-90
lines changed

2 files changed

+8
-90
lines changed

.github/workflows/snippets5001-release.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

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+
<!-- Try the dotnet9 feed first, if we can't find our packages there, fallback to the nuget feed. -->
5+
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
6+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)