From 9c9b99ec1623d581428b3ea0e9393dae58db28e0 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Sat, 23 Mar 2019 16:00:52 -0700 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines [skip ci] --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b1d9b1..adbad00 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,3 +31,8 @@ steps: inputs: platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' + +- task: PublishPipelineArtifact@0 + inputs: + artifactName: 'nuget' + targetPath: 'src\Bin\Release\'