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 | 8859466b730c6b91dc8276f97a8399a74d20d37b (patch) | |
tree | 27158669448d23e0ec8e50f4d914effb7f116f62 | |
parent | 3cfebe7ef4dd1c7958c574af6c36f29591f40ca3 (diff) | |
download | timeline-8859466b730c6b91dc8276f97a8399a74d20d37b.tar.gz timeline-8859466b730c6b91dc8276f97a8399a74d20d37b.tar.bz2 timeline-8859466b730c6b91dc8276f97a8399a74d20d37b.zip |
Explicitly specify build and publish configuration.
-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: |