From 85d25348c9d6ad527b86c57fd5023829c8b9d6bf Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Mon, 29 Jul 2019 21:51:32 +0800 Subject: Update CI. Remove unused settings. --- CI/release-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CI/release-pipeline.yml') 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: -- cgit v1.2.3