Compare commits

...

2 Commits

Author SHA1 Message Date
Brad Warren
14f2c3eda3 test deploy 2020-07-07 14:52:55 -07:00
Brad Warren
ce1030f13f s/snapcraft push/snapcraft upload/g 2020-07-07 14:51:06 -07:00
3 changed files with 2 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ pr: none
stages:
- template: templates/stages/test-and-package-stage.yml
- template: templates/stages/deploy-stage.yml
# Notify failures only for release branches.
- ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
- template: templates/stages/notify-failure-stage.yml

View File

@@ -39,5 +39,5 @@ stages:
- bash: |
mkdir -p .snapcraft
ln -s $(snapcraftCfg.secureFilePath) .snapcraft/snapcraft.cfg
snapcraft push --release=edge snap/*.snap
snapcraft upload --release=edge snap/*.snap
displayName: Publish to Snap store

View File

@@ -1,6 +1,4 @@
stages:
- stage: TestAndPackage
jobs:
- template: ../jobs/standard-tests-jobs.yml
- template: ../jobs/extended-tests-jobs.yml
- template: ../jobs/packaging-jobs.yml