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 eec0e80 commit 0b98f2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ steps:
projects: 'src/Ormico.DbPatchManager.sln'
workingDirectory: 'src'
arguments: '--configuration $(buildConfiguration) --output $(Build.ArtifactStagingDirectory)'
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
artifactName: nuget-artifacts

0 comments on commit 0b98f2c

Please sign in to comment.