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

run-on-windows.yml « steps « templates « common « eng - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73e7e9c275a1f111afc087edf2bb4acf1146fcf2 (plain)
1
2
3
4
5
6
7
parameters:
  agentOs: ''
  steps: []

steps:
- ${{ if eq(parameters.agentOs, 'Windows_NT') }}:
  - ${{ parameters.steps }}