Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2615377

Browse files
committed
Fix package download path.
1 parent 390af14 commit 2615377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<ItemGroup>
6868
<!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
69-
<DotnetSourceList Include="$(PackagesDir)AzureTransfer\$(__BuildType)\pkg\" Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'" />
69+
<DotnetSourceList Include="$(PackagesDir)AzureTransfer\" Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'" />
7070
<DotnetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
7171
<DotnetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" />
7272
<DotnetSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" />

0 commit comments

Comments
 (0)