mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00

* 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
10 lines
272 B
YAML
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
|