summaryrefslogtreecommitdiff
path: root/tests/dir.props
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-07-12 14:04:19 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-07-12 14:04:19 -0700
commit2ef16d17d855520a9f33f9c640f8de6fe33312f2 (patch)
tree78a42c2549c70072e3c7fb24934c68f498e82f1c /tests/dir.props
parentd0e56b910dbf2b1c78933c29e9d09265d6da329a (diff)
downloadcoreclr-2ef16d17d855520a9f33f9c640f8de6fe33312f2.tar.gz
coreclr-2ef16d17d855520a9f33f9c640f8de6fe33312f2.tar.bz2
coreclr-2ef16d17d855520a9f33f9c640f8de6fe33312f2.zip
Add VC Runtime binaries to Core_Root for ARM tests
Diffstat (limited to 'tests/dir.props')
-rw-r--r--tests/dir.props5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/dir.props b/tests/dir.props
index 8da69c7511..82c82dd42c 100644
--- a/tests/dir.props
+++ b/tests/dir.props
@@ -91,8 +91,9 @@
<!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
<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" />
+ <DotnetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" />
+ <DotnetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
+ <DotnetSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" />
</ItemGroup>
<PropertyGroup Condition="'$(BuildAllProjects)'=='true'">