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

runtime-wasm.yml « pipelines « eng - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62de930be9d1f96910dddfae09b4577153c2027e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This is a wrapper yml for `runtime-extra-platforms-wasm.yml`, which
# has all the wasm jobs. This file is essentially so we can have point
# the pipeline in azdo UI to this, and thus avoid any scheduled triggers

trigger: none

variables:
  - template: /eng/pipelines/common/variables.yml

jobs:

#
# Evaluate paths
#
- ${{ if eq(variables.dependOnEvaluatePaths, true) }}:
  - template: /eng/pipelines/common/evaluate-default-paths.yml

- template: /eng/pipelines/runtime-extra-platforms-wasm.yml
  parameters:
    isWasmOnlyBuild: ${{ variables.isWasmOnlyBuild }}
    isRollingBuild: ${{ variables.isRollingBuild }}