Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-04-22 10:48:12 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-04-22 10:50:18 +0300
commit12b29a1a8a95b6937ba5959950e171caf690505e (patch)
treef0939d4e60679d2ae90c8424b82057475419451c /acceptance-tests/roslyn.mk
parentb9425affd35701094f815a19fa7c27cd643ca249 (diff)
[acceptance-tests] Move roslyn build dependencies to download server
storage.bos.internalx.com is only available via VPN now. Also bump coreclr to get a recent minor fix.
Diffstat (limited to 'acceptance-tests/roslyn.mk')
-rw-r--r--acceptance-tests/roslyn.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance-tests/roslyn.mk b/acceptance-tests/roslyn.mk
index 17e0e4ce675..fbfa2760ec2 100644
--- a/acceptance-tests/roslyn.mk
+++ b/acceptance-tests/roslyn.mk
@@ -10,7 +10,7 @@ check-roslyn:
mkdir -p $$MONO_DOTNET_PORTABLE_DIR; \
mkdir -p $$MONO_NUGET_TARGETS_DIR; \
mkdir -p $$MONO_PORTABLE_TARGETS_DIR; \
- curl -SL "http://storage.bos.internalx.com/bot-provisioning/RoslynBuildDependencies.zip" > /tmp/RoslynBuildDependencies.zip; \
+ curl -SL "http://download.mono-project.com/third-party/RoslynBuildDependencies.zip" > /tmp/RoslynBuildDependencies.zip; \
unzip -o /tmp/RoslynBuildDependencies.zip -d /tmp/RoslynBuildDependencies; \
cp -r /tmp/RoslynBuildDependencies/PortableReferenceAssemblies/* $$MONO_DOTNET_PORTABLE_DIR; \
cp /tmp/RoslynBuildDependencies/NuGetTargets/* $$MONO_NUGET_TARGETS_DIR; \