Skip to content

Commit

Permalink
try other parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kythant committed Nov 19, 2021
1 parent 006b7ef commit dcc14b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WindowsAppSDK-BuildVSIX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ stages:
tag: ${{ parameters.ReleaseTag }}
tagSource: 'userSpecifiedTag'
isDraft: ${{ parameters.IsDraft }}
title: ${{ parameters.ReleaseTitle }}
releaseNotesSource: 'inline'
releaseNotesInline: ${{ parameters.ReleaseNotes }}
addChangeLog: false

- ${{ if eq(parameters.Action, 'delete') }}:
- task: GithubRelease@1
Expand Down

0 comments on commit dcc14b8

Please sign in to comment.