File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ From 25582c799a1e5e84c9779cd765bfa7a11756d70b Mon Sep 17 00:00:00 2001
2+ From: Chris Rummel <
[email protected] >
3+ Date: Fri, 20 Sep 2019 13:48:23 -0500
4+ Subject: [PATCH 3/3] Don't reset RestoreSources
5+
6+ ---
7+ src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props | 4 ----
8+ 1 file changed, 4 deletions(-)
9+
10+ diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props b/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props
11+ index 0e36a2c5..4dffbdb0 100644
12+ --- a/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props
13+ +++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props
14+ @@ -16,10 +16,6 @@
15+ <Import Project="DefaultVersions.Generated.props" Condition="Exists('DefaultVersions.Generated.props')"/>
16+ <Import Project="$(VersionsPropsPath)" Condition="Exists('$(VersionsPropsPath)')"/>
17+
18+ - <!-- TODO: remove once all repos remove RestoreSources from their Version.props files -->
19+ - <PropertyGroup>
20+ - <RestoreSources/>
21+ - </PropertyGroup>
22+
23+ <!--
24+ Prevent NuGet from using cached packages
25+ - -
26+ 2.18.0
27+
You can’t perform that action at this time.
0 commit comments