diff options
-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). |