Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2020-05-22 02:52:12 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2020-05-22 02:52:12 +0300
commitcbfa43ff267e391f12dfc7ff380663f93c8583a8 (patch)
treec60cbd25ee6f1db879df2ef20848be614db145db /.azure
parent514f09f898893d8be88e324db49cb99482596e8c (diff)
Filter artifact before publishing
Diffstat (limited to '.azure')
-rw-r--r--.azure/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure/linux.yml b/.azure/linux.yml
index 7f452ca1..bcaeef27 100644
--- a/.azure/linux.yml
+++ b/.azure/linux.yml
@@ -17,7 +17,7 @@ jobs:
- task: CopyFiles@2
inputs:
- Contents: 'build/*'
+ Contents: 'build/*.zip'
TargetFolder: '$(build.artifactstagingdirectory)/app'
OverWrite: true
@@ -31,7 +31,7 @@ jobs:
- task: CopyFiles@2
inputs:
- Contents: 'build/*'
+ Contents: 'build/*.AppImage'
TargetFolder: '$(build.artifactstagingdirectory)/appimage'
OverWrite: true