[tests] Change location to download mlaunch, old one is not available anymore (#352)

This commit is contained in:
Sebastien Pouliot 2016-07-06 17:04:08 -04:00 коммит произвёл Sebastien Pouliot
Родитель e780e28f5c
Коммит 8af1e47588
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -89,7 +89,7 @@ namespace xharness
string DownloadMlaunch () string DownloadMlaunch ()
{ {
// Just hardcode this for now. We should be able to switch to a shipped version of XS soon. // Just hardcode this for now. We should be able to switch to a shipped version of XS soon.
var mlaunch_url = "https://files.xamarin.com/~rolf/mlaunch-9d097ff4457cfc9943a91a4e17c07b09a7743625"; var mlaunch_url = "https://bosstoragemirror.blob.core.windows.net/public-builder/mlaunch";
var mlaunch_path = Path.Combine (Path.GetTempPath (), Path.GetFileName (mlaunch_url), "mlaunch"); var mlaunch_path = Path.Combine (Path.GetTempPath (), Path.GetFileName (mlaunch_url), "mlaunch");
if (File.Exists (mlaunch_path)) if (File.Exists (mlaunch_path))
return mlaunch_path; return mlaunch_path;