Skip to content

Commit 6dad0bf

Browse files
committed
Merged PR 131570: Update BuildTools to 2.1.0-rc1-03006-01, add ProdConBlobFeedReplaceOld/New
This allows auto-update from a file while changing the ProdCon feed URL to a long-term location anyone can use to build.
1 parent 7f9bbac commit 6dad0bf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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-02911-02
1+
2.1.0-rc1-03006-01

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<ProdConCurrentRef>d1e2bedf58a4a66aadda4f5751ecdaf3ad4f62fe</ProdConCurrentRef>
99
<CoreClrCurrentRef>79731c509a9d31b921f531ee63c48daa8e0c30d5</CoreClrCurrentRef>
10-
<BuildToolsCurrentRef>ba7a90f8cbc824737d0fae5ff230635a9764a1d7</BuildToolsCurrentRef>
10+
<BuildToolsCurrentRef>91c9a3b3374ff71e72c06d5773bd26598539aa1d</BuildToolsCurrentRef>
1111
</PropertyGroup>
1212

1313
<!-- Package dependency verification/auto-upgrade configuration. -->

dependencies.targets

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@
9191
Include="ProdCon"
9292
UpdaterType="Orchestrated blob feed attribute"
9393
SingleLineFile="$(MSBuildThisFileDirectory)ProdConFeed.txt"
94-
AttributeName="Url" />
94+
AttributeName="Url"
95+
ReplacementSubstituteOld="$(ProdConBlobFeedReplaceOld)"
96+
ReplacementSubstituteNew="$(ProdConBlobFeedReplaceNew)" />
9597
</ItemGroup>
9698
</Target>
9799
</Project>

0 commit comments

Comments
 (0)