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
Sergey M committed Jan 21, 2020
1 parent e861ea0 commit 297f619
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,3 @@ steps:
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
artifactName: 'DPackRx'
publishLocation: 'Container'

- task: GitHubRelease@1
inputs:
gitHubConnection: 'usysware_oath'
repositoryName: 'usysware/dpack'
action: 'edit'
target: '$(Build.SourceVersion)'
tag: '$(VsixVersion)'
isPreRelease: true
addChangeLog: false
assets: '$(Build.ArtifactStagingDirectory)/*'

0 comments on commit 297f619

Please sign in to comment.