Skip to content

Commit

Permalink
Would be nice to preserve build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] committed Dec 19, 2018
1 parent ce2c036 commit 6934d5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ steps:
command: test
projects: '**/*Tests/*.csproj'
arguments: '--configuration $(buildConfiguration)'

- task: PublishBuildArtifacts@1
inputs:
artifactName: 'condo'
pathtoPublish: 'src/condo/bin/Release'

0 comments on commit 6934d5a

Please sign in to comment.