Cleanup external dependency details
authorGaurav Khanna <gkhanna@microsoft.com>
Wed, 19 Oct 2016 03:28:12 +0000 (20:28 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Wed, 19 Oct 2016 03:28:12 +0000 (20:28 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/f3d88b2aec06b00a29a2c6da8ea33624632e82bd

src/coreclr/dependencies.props

index 4821add..2325505 100644 (file)
@@ -3,7 +3,6 @@
   <PropertyGroup>
     <CoreFxCurrentRef>53be2f8d2004d5c803341288480f2162c04b42a2</CoreFxCurrentRef>
     <CoreClrCurrentRef>64466edd856832814d52754759fb852aae82b6f3</CoreClrCurrentRef>
-    <ExternalCurrentRef>64466edd856832814d52754759fb852aae82b6f3</ExternalCurrentRef>
   </PropertyGroup>
 
   <!-- Auto-upgraded properties for each build info dependency. -->
       <BuildInfoPath>$(BaseDotNetBuildInfo)coreclr/$(DependencyBranch)</BuildInfoPath>
       <CurrentRef>$(CoreClrCurrentRef)</CurrentRef>
     </RemoteDependencyBuildInfo>
-    <RemoteDependencyBuildInfo Include="External">
-      <BuildInfoPath>$(BaseDotNetBuildInfo)projectk-tfs/$(DependencyBranch)</BuildInfoPath>
-      <CurrentRef>$(ExternalCurrentRef)</CurrentRef>
-    </RemoteDependencyBuildInfo>
-
+    
     <DependencyBuildInfo Include="@(RemoteDependencyBuildInfo)">
       <RawVersionsBaseUrl>https://raw.githubusercontent.com/dotnet/versions</RawVersionsBaseUrl>
     </DependencyBuildInfo>