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
ormico committed Jul 7, 2019
1 parent a2d86a6 commit 2600aaf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ steps:
projects: 'OrmicoDbPatchManagerSqlServer/*.sln'
workingDirectory: 'OrmicoDbPatchManagerSqlServer'
arguments: '--configuration $(buildConfiguration) --output $(Build.ArtifactStagingDirectory)'
- script: dotnet test src\Ormico.DbPatchManager.Logic.Tests/Ormico.DbPatchManager.Logic.Tests.csproj --logger trx --collect "Code coverage"
- task: PublishTestResults@2
condition: succeededOrFailed()
inputs:
testRunner: VSTest
testResultsFiles: '**/*.trx'
- script: dotnet build OrmicoDbPatchManagerSqlServer/*.sln
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
Expand Down

0 comments on commit 2600aaf

Please sign in to comment.