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 3986dd8 commit 31fe757
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net

trigger: none
trigger:
batch: true
branches:
include:
- master
Expand Down Expand Up @@ -51,14 +52,3 @@ steps:
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
artifactName: 'DPackRx'

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

0 comments on commit 31fe757

Please sign in to comment.