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
sboulema committed May 1, 2020
1 parent 3d5351c commit a1e177a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ stages:
jobs:
- job: Release
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Pipeline Artifacts'
- task: GitHubReleasePublish@1
displayName: Github Release
inputs:
Expand All @@ -70,7 +72,7 @@ stages:
githubReleaseDraft: false
githubReleasePrerelease: false
githubIgnoreAssets: false
githubReleaseAsset: '*.zip'
githubReleaseAsset: '**/*.zip'
githubReuseRelease: true
githubReuseDraftOnly: true
githubSkipDuplicatedAssets: false
Expand Down

0 comments on commit a1e177a

Please sign in to comment.