Skip to content

Commit

Permalink
update UI Build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Oct 15, 2020
1 parent 4b172d0 commit b232bbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ stages:
parameters:
versionName: '8.0.$(Build.BuildId)'

- template: jobs/xamarin-uitest.yml
# - template: jobs/xamarin-uitest.yml
- template: jobs/uno-uitest.yml

- template: jobs/e2e-uitest.yml
Expand Down
13 changes: 6 additions & 7 deletions build/jobs/e2e-uitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,24 @@ jobs:
displayName: App Center Tests ${{ parameters.artifactName }}
dependsOn:
- ${{ parameters.e2eJobName }}
- xamarinUITest
pool:
vmImage: $(VMImage)
demands:
- MSBuild
workspace:
clean: all
steps:
- task: DownloadPipelineArtifact@2
displayName: Download UI Test Project
inputs:
artifactName: XamarinUITests
targetPath: '$(Build.ArtifactStagingDirectory)'
- task: DownloadPipelineArtifact@2
displayName: Download ${{ parameters.artifactName }}
inputs:
artifactName: ${{ parameters.artifactName }}
targetPath: '$(Build.ArtifactStagingDirectory)'

- template: ../steps/build.yml
parameters:
solution: e2e/Forms/tests/HelloWorld.UITests/HelloWorld.UITests.csproj
solutionName: HelloWorld.UITests

- powershell: |
Write-Host "Pipeline Workspace: $($env:BUILD_ARTIFACTSTAGINGDIRECTORY)"
cd $env:BUILD_ARTIFACTSTAGINGDIRECTORY
Expand All @@ -45,7 +44,7 @@ jobs:
inputs:
appFile: $(Build.ArtifactStagingDirectory)/${{ parameters.appFile }}
frameworkOption: uitest
uiTestBuildDirectory: $(Build.ArtifactStagingDirectory)
uiTestBuildDirectory: $(Build.ArtifactStagingDirectory)\UITests
uiTestToolsDirectory: $(System.DefaultWorkingDirectory)\build\tools\
serverEndpoint: 'Prism-AppCenter'
appSlug: 'Prism/${{ parameters.appName }}'
Expand Down

0 comments on commit b232bbe

Please sign in to comment.