Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Added publish of artifact to the pipeline
  • Loading branch information
Baudin999 committed Dec 28, 2019
1 parent 5488858 commit ed5f9b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ steps:
displayName: 'dotnet build $(buildConfiguration)'
- script: dotnet test
displayName: 'dotnet test'

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: drop'
inputs:
PathtoPublish: '$(build.artifactstagingdirectory)'

0 comments on commit ed5f9b8

Please sign in to comment.