summaryrefslogtreecommitdiff
path: root/packaging/Do-not-use-test-runtime.depproj-and-dotnet-myget-sou.patch
blob: 9339bd06e84e8537035a15ba0158433817ab50b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
From 4c9afcef66a6afa4474f8d8fd6d0f324dceafce3 Mon Sep 17 00:00:00 2001
From: Jiyoung Yun <jy910.yun@samsung.com>
Date: Wed, 15 Feb 2017 13:58:01 +0900
Subject: [PATCH] Do not use test-runtime.depproj and dotnet myget sources

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
---
 dir.props         | 7 ++++---
 external/dir.proj | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dir.props b/dir.props
index b54bf54..29704f1 100644
--- a/dir.props
+++ b/dir.props
@@ -84,9 +84,10 @@
     <DnuSourceList Condition="'$(BuildTestsAgainstPackages)' == 'true'" Include="$(PackagesDrops)" />
     <!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
     <!-- Including buildtools to pull in TestSuite packages and repackaged xunit dependencies-->
-    <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
-    <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" />
-    <DnuSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" />
+    <DnuSourceList Include="$(MSBuildThisFileDirectory)nupkg" />
+    <!--DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" /-->
+    <!--DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" /-->
+    <!--DnuSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" /-->
   </ItemGroup>
 
   <!-- This is the directory where we dynamically generate project.json's for our test build package dependencies -->
diff --git a/external/dir.proj b/external/dir.proj
index 69d5702..cb97869 100644
--- a/external/dir.proj
+++ b/external/dir.proj
@@ -10,7 +10,7 @@
     <Project Include="netstandard/netstandard.depproj" />
     <Project Include="netfx/netfx.depproj" />
     <Project Include="runtime/runtime.depproj" />
-    <Project Include="test-runtime/XUnit.Runtime.depproj" />
+    <!--Project Include="test-runtime/XUnit.Runtime.depproj" /-->
   </ItemGroup>
 
   <Import Project="../dir.traversal.targets" />
-- 
1.9.1