Make sure the build pipeline doesn't build the "old" releases to keep them separated. [skip ci]

This commit is contained in:
Krom, Robertus 2020-03-03 12:58:04 +01:00
commit ec195ac9f2

View file

@ -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'