diff options
author | crupest <crupest@outlook.com> | 2019-03-04 16:46:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-04 16:46:46 +0800 |
commit | 80343fab6624f74f0777968dd213c3a26e65890d (patch) | |
tree | fd1de9c44ae7ba05fa6bda681812137c0034b3e7 | |
parent | 68844e530909d1bdd02f762f27956edf03513771 (diff) | |
download | timeline-80343fab6624f74f0777968dd213c3a26e65890d.tar.gz timeline-80343fab6624f74f0777968dd213c3a26e65890d.tar.bz2 timeline-80343fab6624f74f0777968dd213c3a26e65890d.zip |
Update pipeline file.
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63a63431..1cdf1c3a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,9 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - branches: - include: - - master +- master pool: vmImage: 'Ubuntu-16.04' |