From 13fa65758093d03aa353202d2af5cde7132c591b Mon Sep 17 00:00:00 2001 From: mallibone Date: Thu, 6 Sep 2018 15:59:08 +0200 Subject: [PATCH] Update README.md --- Ooui.Wasm.Build.Tasks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ooui.Wasm.Build.Tasks/README.md b/Ooui.Wasm.Build.Tasks/README.md index d4e6cdf..2497f04 100644 --- a/Ooui.Wasm.Build.Tasks/README.md +++ b/Ooui.Wasm.Build.Tasks/README.md @@ -3,7 +3,7 @@ The build task uses the Web Assembly SDK and the Mono Linker to build a WASM app, which often requires updating these modules. Updating the SDK is done in the `BuildDistTask` file by replacing the string content of the `SdkUrl` field: ```c# -const string SdkUrl = "PATH/TO/MonoWasmSDK.zip"; +const string SdkUrl = "https://xamjenkinsartifact.azureedge.net/test-mono-mainline-wasm/{BUILDNUMBER}/ubuntu-1804-amd64/sdks/wasm/mono-wasm-{HASHVALUE}.zip"; ``` -The build outputs from the mono project, i.e. the Web Assembly build artefacts can be found [here](https://jenkins.mono-project.com/job/test-mono-mainline-wasm/). \ No newline at end of file +The build outputs from the mono project, i.e. the Web Assembly build artefacts can be found [here](https://jenkins.mono-project.com/job/test-mono-mainline-wasm/). But make sure you do not reference the artifact directly but use the Azure blob storage used in the sample code above and replacing the `{BUILDNUMBER}` and `{HASHVALUE}` with the new values.