Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Oct 5, 2019
1 parent 74b860f commit 56428b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ steps:
command: test
projects: '**/*Tests/*.csproj'
arguments: '--configuration $(buildConfiguration) --logger trx'
- task: PublishTestResults@2
condition: succeededOrFailed()
inputs:
testRunner: VSTest
testResultsFiles: '**/*.trx'
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
Expand Down

0 comments on commit 56428b2

Please sign in to comment.