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
hcoona committed Dec 20, 2019
1 parent 02aa307 commit 9bbd226
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,20 @@ steps:
command: 'build'
projects: '$(solution)'
arguments: '-c $(buildConfiguration)'
- task: PowerShell@2
inputs:
filePath: 'dev-support/bin/publish.ps1'
pwsh: true
- task: CopyFiles@2
inputs:
SourceFolder: 'output'
Contents: '**'
TargetFolder: '$(Build.ArtifactStagingDirectory)'
- task: UniversalPackages@0
inputs:
command: 'publish'
publishDirectory: '$(Build.ArtifactStagingDirectory)'
feedsToUsePublish: 'internal'
vstsFeedPublish: '6fdda69a-feef-492b-9027-6ca329dcade4/af8d15e0-742a-4658-a87e-06eb29c6e60e'
vstsFeedPackagePublish: 'OneDotNet'
versionOption: 'patch'

0 comments on commit 9bbd226

Please sign in to comment.