Remove unused source causing restore error
authorChristopher Costa <chcosta@microsoft.com>
Fri, 16 Jun 2017 16:39:13 +0000 (09:39 -0700)
committerChristopher Costa <chcosta@microsoft.com>
Fri, 16 Jun 2017 16:39:13 +0000 (09:39 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/ec9383bcdc7a21942104e18abff823805e82db78

src/coreclr/tests/dir.props

index 65f31ff..8da69c7 100644 (file)
@@ -89,7 +89,6 @@
 
    <ItemGroup> 
      <!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
-     <DotnetSourceList Include="$(PackagesDir)AzureTransfer\$(__BuildType)\pkg\" Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'" />
      <DotnetSourceList Include="$(PackagesDir)AzureTransfer\" Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'" />
      <DotnetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
      <DotnetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" />