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 | 52b5bff6272e082bbb130f75c70f1563e15ba195 (patch) | |
tree | 6025d5f7be594d8d653ad5e27643b878d9d3a1de | |
parent | ee31607e94fbbf8fbd287fdde448827b0e3d0f0e (diff) | |
download | timeline-52b5bff6272e082bbb130f75c70f1563e15ba195.tar.gz timeline-52b5bff6272e082bbb130f75c70f1563e15ba195.tar.bz2 timeline-52b5bff6272e082bbb130f75c70f1563e15ba195.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' |