diff options
author | crupest <crupest@outlook.com> | 2019-02-22 00:23:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-22 00:23:20 +0800 |
commit | 837bee4e1b5e3b7692c31b74b93c0fbb9bf583a5 (patch) | |
tree | 4b5a1aab788f01fc4d902e8ef6bb645a723a7a11 | |
parent | 4d82ff4d64a2087082d091e9bf9949809c254bf4 (diff) | |
download | timeline-837bee4e1b5e3b7692c31b74b93c0fbb9bf583a5.tar.gz timeline-837bee4e1b5e3b7692c31b74b93c0fbb9bf583a5.tar.bz2 timeline-837bee4e1b5e3b7692c31b74b93c0fbb9bf583a5.zip |
Remove ci trigger condition.
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7c4047a..2e139efb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,9 +3,6 @@ # Add steps that run tests, create a NuGet package, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core -trigger: -- master - pool: vmImage: 'Ubuntu-16.04' |