diff --git a/.vsts-ci/misc-analysis.yml b/.vsts-ci/misc-analysis.yml index d9e7aa46e98..0e4093b6f91 100644 --- a/.vsts-ci/misc-analysis.yml +++ b/.vsts-ci/misc-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - powershell: | Get-ChildItem -Path env: - displayName: Capture environment + displayName: Capture Environment condition: succeededOrFailed() - powershell: | diff --git a/.vsts-ci/templates/ci-build.yml b/.vsts-ci/templates/ci-build.yml index 8eb6fc9fb26..5b9b3bfd577 100644 --- a/.vsts-ci/templates/ci-build.yml +++ b/.vsts-ci/templates/ci-build.yml @@ -13,7 +13,7 @@ jobs: steps: - powershell: | Get-ChildItem -Path env: - displayName: Capture environment + displayName: Capture Environment condition: succeededOrFailed() - powershell: Write-Host "##vso[build.updatebuildnumber]$env:BUILD_SOURCEBRANCHNAME-$env:BUILD_SOURCEVERSION-$((get-date).ToString("yyyyMMddhhmmss"))" diff --git a/.vsts-ci/templates/credscan.yml b/.vsts-ci/templates/credscan.yml index 859500797fa..a46bd82b871 100644 --- a/.vsts-ci/templates/credscan.yml +++ b/.vsts-ci/templates/credscan.yml @@ -12,7 +12,7 @@ jobs: steps: - task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 - displayName: 'Scan for secrets' + displayName: 'Scan for Secrets' inputs: suppressionsFile: tools/credScan/suppress.json debugMode: false @@ -22,7 +22,7 @@ jobs: continueOnError: true - task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@1 - displayName: 'Check for failures' + displayName: 'Check for Failures' inputs: CredScan: true ToolLogsNotFoundAction: Error diff --git a/.vsts-ci/templates/install-ps-phase.yml b/.vsts-ci/templates/install-ps-phase.yml index 62b7553f832..f521cda0444 100644 --- a/.vsts-ci/templates/install-ps-phase.yml +++ b/.vsts-ci/templates/install-ps-phase.yml @@ -23,7 +23,7 @@ jobs: steps: - pwsh: | Get-ChildItem -Path env: - displayName: Capture environment + displayName: Capture Environment condition: succeededOrFailed() - powershell: Write-Host "##vso[build.updatebuildnumber]$env:BUILD_SOURCEBRANCHNAME-$env:BUILD_SOURCEVERSION-$((get-date).ToString("yyyyMMddhhmmss"))" diff --git a/.vsts-ci/templates/nanoserver.yml b/.vsts-ci/templates/nanoserver.yml index 28e108e9671..395f67e5e79 100644 --- a/.vsts-ci/templates/nanoserver.yml +++ b/.vsts-ci/templates/nanoserver.yml @@ -17,11 +17,11 @@ jobs: steps: - script: | set - displayName: Capture environment + displayName: Capture Environment condition: succeededOrFailed() - task: DownloadBuildArtifacts@0 - displayName: 'Download build artifacts' + displayName: 'Download Build Artifacts' inputs: downloadType: specific itemPattern: | @@ -30,7 +30,7 @@ jobs: - pwsh: | Get-ChildItem "$(System.ArtifactsDirectory)\*" -Recurse - displayName: 'Capture artifacts directory' + displayName: 'Capture Artifacts Directory' continueOnError: true - pwsh: | diff --git a/.vsts-ci/templates/nix-test.yml b/.vsts-ci/templates/nix-test.yml index b93e336a289..7af648cf053 100644 --- a/.vsts-ci/templates/nix-test.yml +++ b/.vsts-ci/templates/nix-test.yml @@ -17,7 +17,7 @@ jobs: steps: - pwsh: | Get-ChildItem -Path env: - displayName: Capture environment + displayName: Capture Environment condition: succeededOrFailed() - task: DownloadBuildArtifacts@0 @@ -30,7 +30,7 @@ jobs: - pwsh: | Get-ChildItem "$(System.ArtifactsDirectory)\*" -Recurse - displayName: 'Capture artifacts directory' + displayName: 'Capture Artifacts Directory' continueOnError: true - pwsh: | @@ -40,7 +40,7 @@ jobs: condition: succeededOrFailed() - task: ExtractFiles@1 - displayName: 'Extract build zip' + displayName: 'Extract Build ZIP' inputs: archiveFilePatterns: '$(System.ArtifactsDirectory)/build/build.zip' destinationFolder: '$(System.ArtifactsDirectory)/bins' @@ -53,7 +53,7 @@ jobs: - pwsh: | Get-ChildItem "$(System.ArtifactsDirectory)\bins\*" -Recurse -ErrorAction SilentlyContinue - displayName: 'Capture extracted build zip' + displayName: 'Capture Extracted Build ZIP' continueOnError: true - pwsh: | diff --git a/.vsts-ci/templates/windows-test.yml b/.vsts-ci/templates/windows-test.yml index fefa39b98dc..a153b563e3f 100644 --- a/.vsts-ci/templates/windows-test.yml +++ b/.vsts-ci/templates/windows-test.yml @@ -16,11 +16,11 @@ jobs: steps: - pwsh: | Get-ChildItem -Path env: - displayName: Capture environment + displayName: Capture Environment condition: succeededOrFailed() - task: DownloadBuildArtifacts@0 - displayName: 'Download build artifacts' + displayName: 'Download Build Artifacts' inputs: downloadType: specific itemPattern: | @@ -29,7 +29,7 @@ jobs: - pwsh: | Get-ChildItem "$(System.ArtifactsDirectory)\*" -Recurse - displayName: 'Capture artifacts directory' + displayName: 'Capture Artifacts Directory' continueOnError: true # must be run frow Windows PowerShell