Skip to content

Commit ebb951b

Browse files
RDILAndrew
authored andcommitted
Sync capitalization in CI YAML (#10767)
1 parent 60a930c commit ebb951b

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.vsts-ci/misc-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- powershell: |
3232
Get-ChildItem -Path env:
33-
displayName: Capture environment
33+
displayName: Capture Environment
3434
condition: succeededOrFailed()
3535
3636
- powershell: |

.vsts-ci/templates/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- powershell: |
1515
Get-ChildItem -Path env:
16-
displayName: Capture environment
16+
displayName: Capture Environment
1717
condition: succeededOrFailed()
1818
1919
- powershell: Write-Host "##vso[build.updatebuildnumber]$env:BUILD_SOURCEBRANCHNAME-$env:BUILD_SOURCEVERSION-$((get-date).ToString("yyyyMMddhhmmss"))"

.vsts-ci/templates/credscan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
15-
displayName: 'Scan for secrets'
15+
displayName: 'Scan for Secrets'
1616
inputs:
1717
suppressionsFile: tools/credScan/suppress.json
1818
debugMode: false
@@ -22,7 +22,7 @@ jobs:
2222
continueOnError: true
2323

2424
- task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@1
25-
displayName: 'Check for failures'
25+
displayName: 'Check for Failures'
2626
inputs:
2727
CredScan: true
2828
ToolLogsNotFoundAction: Error

.vsts-ci/templates/install-ps-phase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- pwsh: |
2525
Get-ChildItem -Path env:
26-
displayName: Capture environment
26+
displayName: Capture Environment
2727
condition: succeededOrFailed()
2828
2929
- powershell: Write-Host "##vso[build.updatebuildnumber]$env:BUILD_SOURCEBRANCHNAME-$env:BUILD_SOURCEVERSION-$((get-date).ToString("yyyyMMddhhmmss"))"

.vsts-ci/templates/nanoserver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
- script: |
1919
set
20-
displayName: Capture environment
20+
displayName: Capture Environment
2121
condition: succeededOrFailed()
2222
2323
- task: DownloadBuildArtifacts@0
24-
displayName: 'Download build artifacts'
24+
displayName: 'Download Build Artifacts'
2525
inputs:
2626
downloadType: specific
2727
itemPattern: |
@@ -30,7 +30,7 @@ jobs:
3030

3131
- pwsh: |
3232
Get-ChildItem "$(System.ArtifactsDirectory)\*" -Recurse
33-
displayName: 'Capture artifacts directory'
33+
displayName: 'Capture Artifacts Directory'
3434
continueOnError: true
3535
3636
- pwsh: |

.vsts-ci/templates/nix-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- pwsh: |
1919
Get-ChildItem -Path env:
20-
displayName: Capture environment
20+
displayName: Capture Environment
2121
condition: succeededOrFailed()
2222
2323
- task: DownloadBuildArtifacts@0
@@ -30,7 +30,7 @@ jobs:
3030

3131
- pwsh: |
3232
Get-ChildItem "$(System.ArtifactsDirectory)\*" -Recurse
33-
displayName: 'Capture artifacts directory'
33+
displayName: 'Capture Artifacts Directory'
3434
continueOnError: true
3535
3636
- pwsh: |
@@ -40,7 +40,7 @@ jobs:
4040
condition: succeededOrFailed()
4141
4242
- task: ExtractFiles@1
43-
displayName: 'Extract build zip'
43+
displayName: 'Extract Build ZIP'
4444
inputs:
4545
archiveFilePatterns: '$(System.ArtifactsDirectory)/build/build.zip'
4646
destinationFolder: '$(System.ArtifactsDirectory)/bins'
@@ -53,7 +53,7 @@ jobs:
5353
5454
- pwsh: |
5555
Get-ChildItem "$(System.ArtifactsDirectory)\bins\*" -Recurse -ErrorAction SilentlyContinue
56-
displayName: 'Capture extracted build zip'
56+
displayName: 'Capture Extracted Build ZIP'
5757
continueOnError: true
5858
5959
- pwsh: |

.vsts-ci/templates/windows-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
steps:
1717
- pwsh: |
1818
Get-ChildItem -Path env:
19-
displayName: Capture environment
19+
displayName: Capture Environment
2020
condition: succeededOrFailed()
2121
2222
- task: DownloadBuildArtifacts@0
23-
displayName: 'Download build artifacts'
23+
displayName: 'Download Build Artifacts'
2424
inputs:
2525
downloadType: specific
2626
itemPattern: |
@@ -29,7 +29,7 @@ jobs:
2929

3030
- pwsh: |
3131
Get-ChildItem "$(System.ArtifactsDirectory)\*" -Recurse
32-
displayName: 'Capture artifacts directory'
32+
displayName: 'Capture Artifacts Directory'
3333
continueOnError: true
3434
3535
# must be run frow Windows PowerShell

0 commit comments

Comments
 (0)