diff options
author | crupest <crupest@outlook.com> | 2019-03-04 16:40:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-04 16:40:25 +0800 |
commit | ded2352f620b122450189015bad48fafb8e7a321 (patch) | |
tree | 20060901241be02a1baec77413468a4facca07ba | |
parent | 0073d146e8d9dab4ad87c0c782dbbfb26378a3b2 (diff) | |
download | timeline-ded2352f620b122450189015bad48fafb8e7a321.tar.gz timeline-ded2352f620b122450189015bad48fafb8e7a321.tar.bz2 timeline-ded2352f620b122450189015bad48fafb8e7a321.zip |
Update pipeline file.
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4bbf12af..63a63431 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,11 @@ # Add steps that run tests, create a NuGet package, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core +trigger: + branches: + include: + - master + pool: vmImage: 'Ubuntu-16.04' |