diff --git a/Ooui.Wasm.Build.Tasks/README.md b/Ooui.Wasm.Build.Tasks/README.md index 2497f04..095d87c 100644 --- a/Ooui.Wasm.Build.Tasks/README.md +++ b/Ooui.Wasm.Build.Tasks/README.md @@ -6,4 +6,4 @@ The build task uses the Web Assembly SDK and the Mono Linker to build a WASM app 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/). 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. +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/). Make sure you do not reference the artifact directly! Instead use the Azure blob storage (used in the sample code above) and replace the `{BUILDNUMBER}` and `{HASHVALUE}` with the new values.