1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00
Satori/eng/pipelines/source-index.yml
Alex Perovich c58b4bc950
Add source index build step (#46823)
* Add source index build step

* dotnet.cmd is breaking things, rename it in the source-index build

* Add missing parameter

* another fix

* roll forward

* Change common yaml template back to main version

* Remove PR run of source index build for now
2021-02-10 13:40:24 -08:00

10 lines
272 B
YAML

jobs:
#
# Source Index Build
#
- template: /eng/common/templates/job/source-index-stage1.yml
parameters:
sourceIndexBuildCommand: build.cmd -subset libs.ref+libs.src -binarylog -os Linux -ci
preSteps:
- script: |
rename dotnet.cmd dotnet.cmd.go-away