Update azure-pipelines.yml: Trigger all branches

This commit is contained in:
Tony 2020-08-16 03:49:16 +08:00
parent 02f2cb5d17
commit 2be1316e9e

View file

@ -6,7 +6,9 @@
name: $(Build.SourceBranchName)_$(date:yyyyMMdd)$(rev:.r)
trigger:
- master
branches:
include:
- '*'
pool:
vmImage: 'windows-latest'