diff options
author | crupest <crupest@outlook.com> | 2019-02-09 01:04:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-09 01:04:10 +0800 |
commit | e70f97cd0f0609bd9ec1e57df8f64a8fe81a77da (patch) | |
tree | 4640d0b2935a6d65be770667b5b10e44036c1b14 /azure-pipelines.yml | |
parent | 906291f5fce52ce1e56139e11ed67848cce1d62f (diff) | |
download | timeline-e70f97cd0f0609bd9ec1e57df8f64a8fe81a77da.tar.gz timeline-e70f97cd0f0609bd9ec1e57df8f64a8fe81a77da.tar.bz2 timeline-e70f97cd0f0609bd9ec1e57df8f64a8fe81a77da.zip |
Explicitly specify build and publish configuration.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
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: |