Skip to content

Commit

Permalink
update pipeline workspace listing
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 29, 2020
1 parent 5150553 commit 609b332
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Source/build/jobs/sandbox-uitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
artifactName: ${{ parameters.artifactName }}
targetPath: '$(Pipeline.Workspace)'

- powershell: Get-ChildItem . -Recurse | ForEach-Object -Process { $_.FullName }
- powershell: |
Write-Host "Pipeline Workspace: $($env:PIPELINE_WORKSPACE)"
cd $env:PIPELINE_WORKSPACE
Get-ChildItem . -Recurse | ForEach-Object -Process { $_.FullName }
displayName: List Artifacts
workingDirectory: $(Pipeline.Workspace)
- task: AppCenterTest@1
displayName: 'Run UI Tests ${{ parameters.artifactName }} with App Center'
Expand Down

0 comments on commit 609b332

Please sign in to comment.