Fix build break
authorchcosta <chcosta@microsoft.com>
Thu, 15 Jun 2017 06:05:46 +0000 (23:05 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2017 06:05:46 +0000 (23:05 -0700)
Download from Azure task does not retain blob prefix when downloading blobs.

tests/dir.props

index 16e34a5..65f31ff 100644 (file)
@@ -90,6 +90,7 @@
    <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" /> 
      <DotnetSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" />