Skip to content

Commit

Permalink
fixing bad paths because of BL
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 28, 2020
1 parent 812285b commit 4be3a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/build/jobs/xamarin-uitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- template: ../steps/build.yml
parameters:
solution: Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UITests.csproj
solution: Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UITests/HelloWorld.UITests.csproj
solutionName: HelloWorld.UITests
- task: DownloadPipelineArtifact@2
inputs:
Expand All @@ -22,7 +22,7 @@ jobs:
inputs:
appFile: '$(Pipeline.Workspace)/Sandbox-Android/*.apk'
frameworkOption: uitest
uiTestBuildDirectory: 'Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWOrld.UITests/bin/$(BuildConfiguration)/net461/'
uiTestBuildDirectory: 'Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UITests/bin/$(BuildConfiguration)/net461/'
serverEndpoint: 'Prism-AppCenter'
appSlug: '$(AppCenterDroidSlug)'
devices: '$(AppCenterDroidDevices)'
Expand Down

0 comments on commit 4be3a90

Please sign in to comment.