Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 28, 2020
1 parent 1f2fa40 commit c86fa5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<NoWarn>NU1201</NoWarn>
</PropertyGroup>

<PropertyGroup Condition=" '$(BUILD_ARTIFACTSTAGINGDIRECTORY)' != '' ">
<OutputDir>$(ArtifactStagingRoot)</OutputDir>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
Expand Down
4 changes: 4 additions & 0 deletions Source/build/jobs/sandbox-uitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
inputs:
artifactName: ${{ parameters.artifactName }}
targetPath: '$(Pipeline.Workspace)'

- powershell: Get-ChildItem . -Recurse | ForEach-Object -Process { $_.FullName }
displayName: List Artifacts

- task: AppCenterTest@1
displayName: 'Run UI Tests ${{ parameters.artifactName }} with App Center'
inputs:
Expand Down
5 changes: 1 addition & 4 deletions Source/build/jobs/xamarin-uitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ jobs:
solution: Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UITests/HelloWorld.UITests.csproj
solutionName: HelloWorld.UITests

- powershell: Get-ChildItem . -Recurse | ForEach-Object -Process { $_.FullName }
displayName: List Artifacts

- task: PublishPipelineArtifact@0
displayName: 'Publish Sandbox Artifacts'
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)'
targetPath: 'Sandbox\Xamarin\HelloWorld\HelloWorld\HelloWorld.UITests\bin\Any CPU\Release\net461\'
artifactName: XamarinUITests


0 comments on commit c86fa5b

Please sign in to comment.