diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml
index 818fb1360a886..ea8796904da9e 100644
--- a/eng/pipelines/runtime.yml
+++ b/eng/pipelines/runtime.yml
@@ -296,7 +296,7 @@ jobs:
creator: dotnet-bot
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
scenarios:
- - buildwasmapps
+ #- buildwasmapps - https://github.com/dotnet/runtime/issues/53405
- normal
- wasmtestonbrowser
condition: >-
diff --git a/src/libraries/sendtohelixhelp.proj b/src/libraries/sendtohelixhelp.proj
index 92bd93bf68746..3001a00bc110e 100644
--- a/src/libraries/sendtohelixhelp.proj
+++ b/src/libraries/sendtohelixhelp.proj
@@ -55,12 +55,10 @@
- true
- sdk
+ true
+ true
packaging-
- $([System.IO.File]::ReadAllText('$(RepoRoot)global.json'))
- $([System.Text.RegularExpressions.Regex]::Match($(GlobalJsonContent), '(%3F<="dotnet": ").*(%3F=")'))
@@ -105,15 +103,18 @@
-
+
+
-
-
+ true
+
+
+ true
+
@@ -121,11 +122,9 @@
+ true
+ true
true
- true
- sdk
- $([System.IO.File]::ReadAllText('$(RepoRoot)global.json'))
- $([System.Text.RegularExpressions.Regex]::Match($(GlobalJsonContent), '(%3F<="dotnet": ").*(%3F=")'))
+ powershell -command "New-SelfSignedCertificate -FriendlyName 'ASP.NET Core HTTPS development certificate' -DnsName @('localhost') -Subject 'CN = localhost' -KeyAlgorithm RSA -KeyLength 2048 -HashAlgorithm sha256 -CertStoreLocation 'Cert:\CurrentUser\My' -TextExtension @('2.5.29.37={text}1.3.6.1.5.5.7.3.1','1.3.6.1.4.1.311.84.1.1={hex}02','2.5.29.19={text}') -KeyUsage DigitalSignature,KeyEncipherment" &&
+
- call RunTests.cmd
+ $(HelixCommand)call RunTests.cmd
$(HelixCommand) --runtime-path %HELIX_CORRELATION_PAYLOAD%
- ./RunTests.sh
+
+ $(HelixCommand)./RunTests.sh
$(HelixCommand) --runtime-path "$HELIX_CORRELATION_PAYLOAD"