diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:51:32 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:51:32 +0800 |
commit | 85d25348c9d6ad527b86c57fd5023829c8b9d6bf (patch) | |
tree | 938396a1e30c7850aa1a4174116c1d53c29e7f66 /CI/release-pipeline.yml | |
parent | 3d49a3efb0b72b4363844991962f563d4514e769 (diff) | |
download | timeline-85d25348c9d6ad527b86c57fd5023829c8b9d6bf.tar.gz timeline-85d25348c9d6ad527b86c57fd5023829c8b9d6bf.tar.bz2 timeline-85d25348c9d6ad527b86c57fd5023829c8b9d6bf.zip |
Update CI. Remove unused settings.
Diffstat (limited to 'CI/release-pipeline.yml')
-rw-r--r-- | CI/release-pipeline.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CI/release-pipeline.yml b/CI/release-pipeline.yml index f2b94224..f3434a36 100644 --- a/CI/release-pipeline.yml +++ b/CI/release-pipeline.yml @@ -3,11 +3,11 @@ trigger: pr: none
-variables:
- buildConfiguration: 'Release'
- ASPNETCORE_ENVIRONMENT: 'Production'
stages:
- stage: Build
+ variables:
+ buildConfiguration: 'Release'
+ ASPNETCORE_ENVIRONMENT: 'Development'
jobs:
- job: Build
pool:
|