Skip to content

Commit 1af83dd

Browse files
committed
Patch Arcade to not reset RestoreSources
1 parent 666d508 commit 1af83dd

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+

0 commit comments

Comments
 (0)