summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJacek Blaszczynski <biosciencenow@outlook.com>2017-10-27 20:57:22 +0200
committerJacek Blaszczynski <biosciencenow@outlook.com>2017-10-27 20:57:22 +0200
commit6df222e00e1c959609e642634575b88b5feab88f (patch)
treeec45612b754c7969e31080c8dad22556da31e2ca /tests
parenta05cccc01ad25a29bf2a5414d817c343b6a5b1d5 (diff)
parent04c758695ce9aa8ea40c464014ee0c2e03a77b4f (diff)
downloadcoreclr-6df222e00e1c959609e642634575b88b5feab88f.tar.gz
coreclr-6df222e00e1c959609e642634575b88b5feab88f.tar.bz2
coreclr-6df222e00e1c959609e642634575b88b5feab88f.zip
Merge branch 'master' of https://github.com/dotnet/coreclr
Diffstat (limited to 'tests')
-rw-r--r--tests/build.proj2
-rw-r--r--tests/dir.props1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/build.proj b/tests/build.proj
index 9f11919923..43c4997763 100644
--- a/tests/build.proj
+++ b/tests/build.proj
@@ -40,7 +40,7 @@
<MSBuild Projects="$(MSBuildThisFileDirectory)\src\Common\external\external.depproj" />
</Target>
- <Target Name="BatchRestorePackages" DependsOnTargets="VerifyDependencies">
+ <Target Name="BatchRestorePackages">
<Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Restoring all packages..." />
<!-- restore all csproj's with PackageReferences in one pass -->
diff --git a/tests/dir.props b/tests/dir.props
index c17c9eff96..c234891bfd 100644
--- a/tests/dir.props
+++ b/tests/dir.props
@@ -90,6 +90,7 @@
<ItemGroup>
<!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
<DotnetSourceList Include="$(IntermediateAzureFeed)" Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'" />
+ <DotnetSourceList Include="https:%2F%2Fdotnetfeed.blob.core.windows.net/dotnet-core/packages/index.json" />
<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%2Fdotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />