From bb7aeae0847bd0e6015e430592642d98150dc97f Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" Date: Wed, 19 Dec 2018 07:00:02 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 204d64b..a3ecbc9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,8 +33,13 @@ steps: projects: '**/*Tests/*.csproj' arguments: '--configuration $(buildConfiguration)' +- task: CopyFiles@2 + inputs: + contents: 'src/condo/bin/Release' + targetFolder: $(Build.ArtifactStagingDirectory)/release + - task: PublishBuildArtifacts@1 inputs: artifactName: 'condo' - pathtoPublish: 'src/condo/bin/Release' + pathtoPublish: $(Build.ArtifactStagingDirectory)/release