Skip to content

Commit 0f09254

Browse files
authored
[release/2.1] Clean up YAML slightly (#29737)
- get `buildArgs` parameter to default-build.yml template working - nothing uses this at the moment (now that pr-validation-temp.yml is no more) - but, it's documented and can be useful - remove unused `buildScript` parameter - remove unused project-ci.yml template
1 parent 7aef172 commit 0f09254

File tree

2 files changed

+3
-62
lines changed

2 files changed

+3
-62
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ parameters:
5454
publish: true
5555
path: 'artifacts/'
5656
buildDirectory: ''
57+
buildArgs: ''
5758

5859
jobs:
5960
- job: ${{ coalesce(parameters.jobName, parameters.agentOs) }}
@@ -84,7 +85,7 @@ jobs:
8485
queue: BuildPool.Server.Amd64.VS2017
8586
variables:
8687
AgentOsName: ${{ parameters.agentOs }}
87-
BuildScript: ${{ parameters.buildScript }}
88+
BuildScriptArgs: ${{ parameters.buildArgs }}
8889
BuildConfiguration: ${{ parameters.configuration }}
8990
BuildDirectory: ${{ parameters.buildDirectory }}
9091
BinlogArg: /bl:artifacts/logs/${{ parameters.agentOs }}.binlog
@@ -186,4 +187,4 @@ jobs:
186187
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), eq(parameters.agentOs, 'Windows')) }}:
187188
- task: MicroBuildCleanup@1
188189
displayName: Cleanup MicroBuild tasks
189-
condition: always()
190+
condition: always()

.azure/pipelines/project-ci.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)