Skip to content

Commit

Permalink
Update release-manual.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszokroj1 committed Feb 13, 2021
1 parent 123ee5b commit 1dfec08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,18 @@ steps:
rootFolderOrFile: '$(Build.BinariesDirectory)'
includeRootFolder: true
archiveType: 'zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/$(Major).$(Minor).$(Patch).zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/release.zip'
replaceExistingArchive: true

- task: GitHubRelease@1
displayName: GitHub Release
inputs:
gitHubConnection: 'd21cd71c4b0f929b0c9d099b34baecc888c0fb68'
repositoryName: 'FileManipulator'
action: 'create'
target: '$(Major).$(Minor).$(Patch)'
tagSource: 'gitTag'
title: 'File Manipulator - stable'
assets: '$(Build.ArtifactStagingDirectory)/release.zip'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
gitHubConnection: d21cd71c4b0f929b0c9d099b34baecc888c0fb68
changeLogType: 'commitBased'

0 comments on commit 1dfec08

Please sign in to comment.