Skip to content

Commit

Permalink
Merge pull request #140 from akoeplinger/patch-1
Browse files Browse the repository at this point in the history
Update link to mono-wasm-a14f41ca260.zip
  • Loading branch information
praeclarum authored Apr 19, 2018
2 parents 0e51219 + e94436c commit bde1e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ooui.Wasm.Build.Tasks/BuildDistTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Ooui.Wasm.Build.Tasks
{
public class BuildDistTask : Task
{
const string SdkUrl = "https://jenkins.mono-project.com/job/test-mono-mainline-webassembly/108/label=highsierra/Azure/processDownloadRequest/108/highsierra/sdks/wasm/mono-wasm-a14f41ca260.zip";
const string SdkUrl = "https://xamjenkinsartifact.azureedge.net/test-mono-mainline-webassembly/108/highsierra/sdks/wasm/mono-wasm-a14f41ca260.zip";

[Required]
public string Assembly { get; set; }
Expand Down

0 comments on commit bde1e55

Please sign in to comment.