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
azure-pipelines[bot] committed Dec 19, 2018
1 parent f2f07bd commit bb7aeae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ steps:
projects: '**/*Tests/*.csproj'
arguments: '--configuration $(buildConfiguration)'

- task: CopyFiles@2
inputs:
contents: 'src/condo/bin/Release'
targetFolder: $(Build.ArtifactStagingDirectory)/release

- task: PublishBuildArtifacts@1
inputs:
artifactName: 'condo'
pathtoPublish: 'src/condo/bin/Release'
pathtoPublish: $(Build.ArtifactStagingDirectory)/release

0 comments on commit bb7aeae

Please sign in to comment.