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 | 38a1d4de0c5d9be5dff1da32356fb4b20ff16181 (patch) | |
tree | b696435d26e24d22f3cbd29f88c207061a6f5f51 | |
parent | ded2352f620b122450189015bad48fafb8e7a321 (diff) | |
download | timeline-38a1d4de0c5d9be5dff1da32356fb4b20ff16181.tar.gz timeline-38a1d4de0c5d9be5dff1da32356fb4b20ff16181.tar.bz2 timeline-38a1d4de0c5d9be5dff1da32356fb4b20ff16181.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' |