Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit eacb7cf

Browse files
authored
Update to a buildtools that doesn't reference myget (#28127)
1 parent 03021ca commit eacb7cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BuildToolsVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0-rc1-05604-03
1+
2.1.0-rc1-06014-01

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Package versions used as toolsets -->
5252
<PropertyGroup>
5353
<FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
54-
<FeedTasksPackageVersion>2.1.0-rc1-05604-03</FeedTasksPackageVersion>
54+
<FeedTasksPackageVersion>2.1.0-rc1-06014-01</FeedTasksPackageVersion>
5555
</PropertyGroup>
5656

5757
<!-- Publish symbol build task package -->

tests/src/NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packageSources>
77
<clear/>
88
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
9-
<add key="myget.org nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" />
9+
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
1010
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
1111
</packageSources>
1212
<activePackageSource>

0 commit comments

Comments
 (0)