From ed5f9b8e310c82cf06d151bfb1059df84e232f0c Mon Sep 17 00:00:00 2001 From: Baudin999 Date: Sat, 28 Dec 2019 21:08:35 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines Added publish of artifact to the pipeline --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d1189a3..52c77fe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,5 +21,8 @@ steps: displayName: 'dotnet build $(buildConfiguration)' - script: dotnet test displayName: 'dotnet test' - +- task: PublishBuildArtifacts@1 + displayName: 'Publish Artifact: drop' + inputs: + PathtoPublish: '$(build.artifactstagingdirectory)'