summaryrefslogtreecommitdiff
path: root/tests/dir.props
diff options
context:
space:
mode:
authorKarthik Rajasekaran <karajas@microsoft.com>2017-10-31 20:44:27 -0700
committerGitHub <noreply@github.com>2017-10-31 20:44:27 -0700
commitc5c39cc444158ccf0f9868abf7f3ebd025c1b66e (patch)
treeebf4368064fd5f84a2a76b9c8796b4fba22b7545 /tests/dir.props
parent49d60b5e71bba4a7014ccf35f792906564d21dfc (diff)
downloadcoreclr-c5c39cc444158ccf0f9868abf7f3ebd025c1b66e.tar.gz
coreclr-c5c39cc444158ccf0f9868abf7f3ebd025c1b66e.tar.bz2
coreclr-c5c39cc444158ccf0f9868abf7f3ebd025c1b66e.zip
Remove intermediate sync for test build (#14775)
Diffstat (limited to 'tests/dir.props')
-rw-r--r--tests/dir.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dir.props b/tests/dir.props
index f676a7eb7e..0d00f65b36 100644
--- a/tests/dir.props
+++ b/tests/dir.props
@@ -89,8 +89,8 @@
https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json;
$(RestoreSources)
</RestoreSources>
- <RestoreSources Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'">
- $(PackagesDir)AzureTransfer\;
+ <RestoreSources Condition="'$(IntermediateAzureFeed)' != ''">
+ $(IntermediateAzureFeed);
$(RestoreSources)
</RestoreSources>
</PropertyGroup>