mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Make sure the build pipeline doesn't build the "old" releases to keep them separated. [skip ci]
This commit is contained in:
parent
73af1afd1f
commit
ec195ac9f2
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@
|
|||
# Add steps that publish symbols, save build artifacts, and more:
|
||||
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
|
||||
|
||||
|
||||
trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- 'develop'
|
||||
exclude:
|
||||
- 'release/1*'
|
||||
|
||||
pool:
|
||||
vmImage: 'Windows-2019'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue