Skip to content

Commit

Permalink
Added buildstep for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Dec 11, 2018
1 parent fa620f0 commit 490c053
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ steps:
targetFolder: $(Build.ArtifactStagingDirectory)/artifacts
flattenFolders: true

- task: DotNetCoreCLI@2
inputs:
command: test
projects: 'test/**/*.csproj'
arguments: -c $(BuildConfiguration) --no-build --no-restore
displayName: Run Tests

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

0 comments on commit 490c053

Please sign in to comment.