aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-09 01:04:10 +0800
committercrupest <crupest@outlook.com>2019-02-09 01:04:10 +0800
commite70f97cd0f0609bd9ec1e57df8f64a8fe81a77da (patch)
tree4640d0b2935a6d65be770667b5b10e44036c1b14
parent906291f5fce52ce1e56139e11ed67848cce1d62f (diff)
downloadtimeline-e70f97cd0f0609bd9ec1e57df8f64a8fe81a77da.tar.gz
timeline-e70f97cd0f0609bd9ec1e57df8f64a8fe81a77da.tar.bz2
timeline-e70f97cd0f0609bd9ec1e57df8f64a8fe81a77da.zip
Explicitly specify build and publish configuration.
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1ab3e707..157a4992 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -19,6 +19,7 @@ steps:
command: build
feedsToUse: config
nugetConfigPath: nuget.config
+ arguments: '--configuration $(buildConfiguration)'
- task: DotNetCoreCLI@2
@@ -31,6 +32,7 @@ steps:
inputs:
command: publish
projects: Timeline/Timeline.csproj
+ arguments: '--configuration $(buildConfiguration)'
- task: PublishPipelineArtifact@0
inputs: