mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixing azure-pipelines.yml (again, probably more to follow)
This commit is contained in:
parent
5845d239f4
commit
4a03ee9064
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,9 @@ trigger:
|
|||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- 'release/1.3'
|
||||
- 'release/1.*'
|
||||
exclude:
|
||||
- 'develop'
|
||||
|
||||
stages:
|
||||
- stage: Build
|
||||
|
@ -56,7 +58,7 @@ stages:
|
|||
|
||||
- stage: Deploy
|
||||
jobs:
|
||||
- deployment: Deploy to GitHub Releases
|
||||
- deployment: GitHub_Release
|
||||
pool:
|
||||
vmImage: 'Windows-latest'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue