diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:17:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 21:17:19 +0800 |
commit | 14d5c3014970263704708370a0b10bf4f5515470 (patch) | |
tree | 77d69507f20ef801b5ed43243a4d03f7d09bfaf1 | |
parent | e1d438454869bce7c086bbe6ba98ca8c5aa74ecd (diff) | |
parent | 402242430adea1570b3469c7d2466e3052dd377f (diff) | |
download | timeline-14d5c3014970263704708370a0b10bf4f5515470.tar.gz timeline-14d5c3014970263704708370a0b10bf4f5515470.tar.bz2 timeline-14d5c3014970263704708370a0b10bf4f5515470.zip |
Merge branch 'master' into rename-admin
-rw-r--r-- | CI/build-pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CI/build-pipeline.yml b/CI/build-pipeline.yml index 33a75a95..31b587b0 100644 --- a/CI/build-pipeline.yml +++ b/CI/build-pipeline.yml @@ -1,3 +1,6 @@ +trigger:
+- master
+
variables:
buildConfiguration: 'Debug'
ASPNETCORE_ENVIRONMENT: 'Development'
|