Update README.md

This commit is contained in:
mallibone 2018-09-06 16:00:19 +02:00 committed by GitHub
parent 13fa657580
commit 33810c974e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.