Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2020-12-01 02:56:34 +0300
committerGitHub <noreply@github.com>2020-12-01 02:56:34 +0300
commit9f92311867ec86a5d696b94c3c7def6060f6ef07 (patch)
tree6683288311dd6bc605f1715dd5101df9f2c6601d /eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
parent05443012b16e20e8d8542be49ada75d73279d675 (diff)
Add staging pipeline to PRs (#45178)
* Add staging pipeline to PRs * Condition extraSubsets parameter
Diffstat (limited to 'eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml')
-rw-r--r--eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml b/eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
index 462fe653310..ed6022360c5 100644
--- a/eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
+++ b/eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
@@ -28,6 +28,7 @@ parameters:
timeoutInMinutes: ''
enableMicrobuild: ''
gatherAssetManifests: false
+ shouldContinueOnError: false
steps:
@@ -44,6 +45,7 @@ steps:
osSubgroup: ${{ parameters.osSubgroup}}
coreClrRepoRoot: $(Build.SourcesDirectory)/src/coreclr
runtimeFlavorDisplayName: ${{ parameters.runtimeFlavorDisplayName }}
+ shouldContinueOnError: ${{ parameters.shouldContinueOnError }}
${{ if eq(variables['System.TeamProject'], 'public') }}:
creator: $(Build.DefinitionName)