From 6934d5a23a264015c4302ac62d11b509bb0d5661 Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" Date: Wed, 19 Dec 2018 05:03:23 +0000 Subject: [PATCH] Would be nice to preserve build artifacts --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4f669aa..204d64b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,4 +32,9 @@ steps: command: test projects: '**/*Tests/*.csproj' arguments: '--configuration $(buildConfiguration)' + +- task: PublishBuildArtifacts@1 + inputs: + artifactName: 'condo' + pathtoPublish: 'src/condo/bin/Release'