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 | 68844e530909d1bdd02f762f27956edf03513771 (patch) | |
tree | f0f396d6700b0a86d34d87019beedee67b8f049f /azure-pipelines.yml | |
parent | 0231d74f07d6b7908ec4728d58057688f0a73c0f (diff) | |
download | timeline-68844e530909d1bdd02f762f27956edf03513771.tar.gz timeline-68844e530909d1bdd02f762f27956edf03513771.tar.bz2 timeline-68844e530909d1bdd02f762f27956edf03513771.zip |
Update pipeline file.
Diffstat (limited to 'azure-pipelines.yml')
-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' |