Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyRibina authored Jun 1, 2020
1 parent 3967116 commit 1068a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ steps:
displayName: 'GitHub release (create)'
inputs:
gitHubConnection: PolyRibina
repositoryName: PolyRibina/WindowsFormsApp1
repositoryName: PolyRibina/CI
tagSource: manual
tag: '$(Release.ReleaseName)'
title: '$(Release.ReleaseName)'
releaseNotesSource: input
releaseNotes: '$(Release.ReleaseName)'
assets: |
$(Agent.ReleaseDirectory)\PolyRibina.WindowsFormsApp1\drop\*.zip
$(Agent.ReleaseDirectory)\PolyRibina.CI\drop\*.zip

0 comments on commit 1068a1e

Please sign in to comment.