From 09657ee6ee862907a80831f0638f65f01a9e256f Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Oct 2019 18:20:48 -0400 Subject: [PATCH 1/7] Sync capitalization in CI YAML --- .vsts-ci/templates/credscan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 1ea5f87fd77e154c2878dc92808db663e1cf6033 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Oct 2019 18:22:07 -0400 Subject: [PATCH 2/7] Update nix-test.yml --- .vsts-ci/templates/nix-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: | From 431de13456e18af8626707ba40e566db411597c3 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Oct 2019 18:22:28 -0400 Subject: [PATCH 3/7] Update install-ps-phase.yml --- .vsts-ci/templates/install-ps-phase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))" From ca007d0e48f459a880bea809065cbb85982b7785 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Oct 2019 18:22:48 -0400 Subject: [PATCH 4/7] Update ci-build.yml --- .vsts-ci/templates/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))" From 40ab331202322d8aa1019a805ccd94c06e99814a Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Oct 2019 18:24:18 -0400 Subject: [PATCH 5/7] Update nanoserver.yml --- .vsts-ci/templates/nanoserver.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: | From 0c96f5786373eb361fe4358ccc0aa8ef6eafb8f8 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Oct 2019 18:26:10 -0400 Subject: [PATCH 6/7] Update windows-test.yml --- .vsts-ci/templates/windows-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 3dff50d9a6f9d7203a7e074f2c4fe53e5a13c2b6 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Oct 2019 21:24:49 -0400 Subject: [PATCH 7/7] Missed one --- .vsts-ci/misc-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |