-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update WASM Support #241
base: master
Are you sure you want to change the base?
Update WASM Support #241
Conversation
@@ -16,9 +16,15 @@ namespace Ooui.Wasm.Build.Tasks | |||
{ | |||
public class BuildDistTask : Task | |||
{ | |||
const string SdkUrl = "https://xamjenkinsartifact.azureedge.net/test-mono-mainline-wasm/916/ubuntu-1804-amd64/sdks/wasm/mono-wasm-f25f9e5f2b5.zip"; | |||
const string SdkUrl = "https://jenkins.mono-project.com/job/test-mono-mainline-wasm/label=ubuntu-1804-amd64/lastSuccessfulBuild/Azure/processDownloadRequest/4942/ubuntu-1804-amd64/sdks/wasm/mono-wasm-eb468076a79.zip"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link (https://jenkins.mono-project.com/job/test-mono-mainline-wasm/label=ubuntu-1804-amd64/lastSuccessfulBuild/Azure/processDownloadRequest/4942/ubuntu-1804-amd64/sdks/wasm/mono-wasm-eb468076a79.zip) doesn't work anymore. The correct working link for the same Mono Wasm build is https://xamjenkinsartifact.blob.core.windows.net/test-mono-mainline-wasm/4942/ubuntu-1804-amd64/sdks/wasm/mono-wasm-eb468076a79.zip
@praeclarum Could this be the fix for #146 ? |
@F-Goncalves Yeah that's my hope. |
So when are you planning to merge this? |
No description provided.