Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vsts-ci/misc-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- powershell: |
Get-ChildItem -Path env:
displayName: Capture environment
displayName: Capture Environment
condition: succeededOrFailed()

- powershell: |
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci/templates/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"))"
Expand Down
4 changes: 2 additions & 2 deletions .vsts-ci/templates/credscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion .vsts-ci/templates/install-ps-phase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"))"
Expand Down
6 changes: 3 additions & 3 deletions .vsts-ci/templates/nanoserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -30,7 +30,7 @@ jobs:

- pwsh: |
Get-ChildItem "$(System.ArtifactsDirectory)\*" -Recurse
displayName: 'Capture artifacts directory'
displayName: 'Capture Artifacts Directory'
continueOnError: true

- pwsh: |
Expand Down
8 changes: 4 additions & 4 deletions .vsts-ci/templates/nix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- pwsh: |
Get-ChildItem -Path env:
displayName: Capture environment
displayName: Capture Environment
condition: succeededOrFailed()

- task: DownloadBuildArtifacts@0
Expand All @@ -30,7 +30,7 @@ jobs:

- pwsh: |
Get-ChildItem "$(System.ArtifactsDirectory)\*" -Recurse
displayName: 'Capture artifacts directory'
displayName: 'Capture Artifacts Directory'
continueOnError: true

- pwsh: |
Expand All @@ -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'
Expand All @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .vsts-ci/templates/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down