aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-05 00:05:36 +0800
committercrupest <crupest@outlook.com>2019-02-05 00:05:36 +0800
commitbb1a12b42cd77824735f56e69e6e72cc587ef6c9 (patch)
tree1831a2159605e4f934c3a4003326503866b69227 /azure-pipelines.yml
parent48889ef2a5aca418a10e2123a0f3cbb3867e918b (diff)
downloadtimeline-bb1a12b42cd77824735f56e69e6e72cc587ef6c9.tar.gz
timeline-bb1a12b42cd77824735f56e69e6e72cc587ef6c9.tar.bz2
timeline-bb1a12b42cd77824735f56e69e6e72cc587ef6c9.zip
Add some configs.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3c191665..99772121 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -11,6 +11,7 @@ pool:
variables:
buildConfiguration: 'Release'
+ ASPNETCORE_ENVIRONMENT: 'Development'
steps:
- task: DotNetCoreCLI@2