We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5221228 commit 092c73aCopy full SHA for 092c73a
repos/Directory.Build.targets
@@ -174,6 +174,9 @@
174
<LegacyFeedMapping
175
Include="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json"
176
NewFeed="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
177
+ <LegacyFeedMapping
178
+ Include="https://dotnet.myget.org/F/nuget-volatile/api/v3/index.json"
179
+ NewFeed="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
180
</ItemGroup>
181
182
<ReplaceFeedsInNugetConfig InputFile="%(NuGetConfigFiles.Identity)"
0 commit comments