1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

refine asset syntax

This commit is contained in:
Wez Furlong 2019-06-23 07:36:46 -07:00
parent 98bc43a9cb
commit 7b1fed2814

View File

@ -157,9 +157,9 @@ jobs:
target: '$(build.sourceVersion)'
tagSource: 'manual'
tag: 'azure-test-$(build.my_tag)'
assets:
- '*.zip'
- '*.deb'
assets: |
$(Build.SourcesDirectory)/*.zip
$(Build.SourcesDirectory)/*.deb
title: 'Azure test: $(build.my_tag) - $(build.date)'
assetUploadMode: 'replace'
addChangeLog: false