1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00

more yaml tweakage

This commit is contained in:
Wez Furlong 2019-06-23 08:38:42 -07:00
parent dea7b1a8a3
commit fa10be37c6

View File

@ -152,12 +152,12 @@ jobs:
repositoryName: wez/wezterm repositoryName: wez/wezterm
action: edit action: edit
target: $(build.sourceVersion) target: $(build.sourceVersion)
tagSource: 'manual' tagSource: manual
tag: azure-test-$(wezterm.tagname) tag: azure-test-$(wezterm.tagname)
assets: | assets: |
$(Build.SourcesDirectory)/*.zip $(Build.SourcesDirectory)/*.zip
$(Build.SourcesDirectory)/*.deb $(Build.SourcesDirectory)/*.deb
title: Azure test: $(wezterm.tagname) title: "Azure test: $(wezterm.tagname)"
assetUploadMode: replace assetUploadMode: replace
addChangeLog: false addChangeLog: false
isPreRelease: true isPreRelease: true