Skip to content

Commit

Permalink
update list artifact working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 29, 2020
1 parent c86fa5b commit 5150553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ stages:
artifactName: Sandbox-Android
sandboxJobName: sandboxAndroid
appFile: '$(Pipeline.Workspace)/Sandbox-Android/com.prismlibrary.helloworld.apk'
appName: $(AppCenterDroidAppName)
devices: $(AppCenterDroidDevices)
appName: '$(AppCenterDroidAppName)'
devices: '$(AppCenterDroidDevices)'

- stage: buildPackage
displayName: Build Prism Library
Expand Down
1 change: 1 addition & 0 deletions Source/build/jobs/sandbox-uitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- powershell: 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 5150553

Please sign in to comment.