diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:24:03 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:24:03 +0800 |
commit | c9f4e8c1b95f1518c40fbb27b72dc0e4bd4e3a6d (patch) | |
tree | 4b78384af9fb71dedd3054115121a473a59f5b0c | |
parent | a272cb53cfeaaf3874cbece20116f05bad7c52f6 (diff) | |
parent | 29479793755f603b277b332dc4894ea8b17a93f3 (diff) | |
download | timeline-c9f4e8c1b95f1518c40fbb27b72dc0e4bd4e3a6d.tar.gz timeline-c9f4e8c1b95f1518c40fbb27b72dc0e4bd4e3a6d.tar.bz2 timeline-c9f4e8c1b95f1518c40fbb27b72dc0e4bd4e3a6d.zip |
Merge branch 'master' into remove-cos
-rw-r--r-- | CI/build-pipeline.yml | 3 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 1 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'
@@ -1,6 +1,6 @@ # Welcome to Timeline! -[](https://dev.azure.com/crupest-web/Timeline/_build/latest?definitionId=3&branchName=master) +[](https://dev.azure.com/crupest-web/Timeline/_build/latest?definitionId=5&branchName=master) This is the first web app back-end of [me](https://github.com/crupest). |