Skip to content

Commit

Permalink
[xharness] Get new mlaunch for beta 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Aug 2, 2016
1 parent 5391a94 commit 2c892e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/xharness/Harness.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ public string XcodeRoot {
string DownloadMlaunch ()
{
// Just hardcode this for now. We should be able to switch to a shipped version of XS soon.
var mlaunch_url = "https://bosstoragemirror.blob.core.windows.net/public-builder/mlaunch";
// NOTE: the filename part in the url must be unique so that the caching logic works properly.
var mlaunch_url = "http://bosstoragemirror.blob.core.windows.net/public-builder/mlaunch-ade5bd316053a4f747df13fd1e0386544ad223c5";
var mlaunch_path = Path.Combine (Path.GetTempPath (), Path.GetFileName (mlaunch_url), "mlaunch");
if (File.Exists (mlaunch_path))
return mlaunch_path;
Expand Down

0 comments on commit 2c892e2

Please sign in to comment.