Skip to content

Commit

Permalink
hardcode appName & devices
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 29, 2020
1 parent 0d71d05 commit 7948f2c
Showing 1 changed file with 2 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: 'com.prismlibrary.helloworld.apk'
appName: $(AppCenterDroidAppName)
devices: $(AppCenterDroidDevices)
appName: 'Sandbox.Android'
devices: '8804278a'

- stage: buildPackage
displayName: Build Prism Library
Expand Down

0 comments on commit 7948f2c

Please sign in to comment.