Update the wasm sdk to 108

Fixes #135
This commit is contained in:
Frank A. Krueger 2018-04-18 18:18:04 -07:00
parent 3848e43e7c
commit 0e51219234
No known key found for this signature in database
GPG Key ID: 0471C67474FFE664
1 changed files with 1 additions and 1 deletions

View File

@ -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/62/label=highsierra/Azure/processDownloadRequest/62/highsierra/sdks/wasm/mono-wasm-ddf4e7be31b.zip";
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";
[Required]
public string Assembly { get; set; }