Skip to content

Commit

Permalink
Invoke dotnet vstest directly
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Mar 21, 2019
1 parent a5bf96f commit 7dadb21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ steps:
platform: '$(BuildPlatform)'
configuration: '$(BuildConfiguration)'

- powershell: dotnet vstest (Get-Childitem -Filter "fiskaltrust.space.helipad.test.dll" -Recurse | Where-Object {$_.FullName -like "*\bin\$(BuildConfiguration)\*" }).FullName
displayName: Execute Integration Tests

- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: $(Build.ArtifactStagingDirectory)/artifacts
Expand Down

0 comments on commit 7dadb21

Please sign in to comment.