aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-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: