Skip to content

Commit c72766a

Browse files
authored
Enforce use of azure feed in test baseline nuget.config. (#5559)
1 parent c1b0aa9 commit c72766a

File tree

1 file changed

+1
-1
lines changed
  • src/dotnet-svcutil/lib/tests/Baselines/TFMBootstrap/tfmDefault

1 file changed

+1
-1
lines changed

src/dotnet-svcutil/lib/tests/Baselines/TFMBootstrap/tfmDefault/nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key = "svcutilTestFeed" value="$repositoryRoot$/artifacts/packages/RelType/ShipType" />
5+
<add key = "dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
66
</packageSources>
77
</configuration>

0 commit comments

Comments
 (0)