Skip to content

Commit

Permalink
Fix AZDO job
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 12, 2024
1 parent b3a5f3a commit 82f7e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ jobs:
TargetFolder: '$(Build.ArtifactStagingDirectory)/vstest_dumps'
flattenFolders: true

- script: |
- powershell: |
$dumpPath = "$(Build.ArtifactStagingDirectory)/vstest_dumps"
if (Test-Path $dumpPath -PathType Container) {
if (Get-ChildItem $dumpPath -File | Measure-Object).Count -gt 0 {
Expand Down

0 comments on commit 82f7e9b

Please sign in to comment.