Skip to content

Commit

Permalink
Update Azure Pipelines download step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielga committed Nov 28, 2022
1 parent fbceb27 commit 394d76d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,12 @@ jobs:
- macosx
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
steps:
- task: DownloadBuildArtifacts@0
displayName: 'Download build artifacts'
inputs:
downloadType: specific
parallelizationLimit: 12
- download: current
patterns: '**/*.dll'
- task: GitHubRelease@1
displayName: 'Publish GitHub release $(build.sourceBranchName)'
inputs:
gitHubConnection: 'GitHub danielga'
releaseNotesSource: inline
assets: '$(System.ArtifactsDirectory)/**'
assets: '$(Pipeline.Workspace)/**/*.dll'
addChangeLog: false

0 comments on commit 394d76d

Please sign in to comment.