From ebf5e0ec8eba3f5eb0de08a06223f94b7185038e Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 13 Dec 2018 11:41:17 +0100 Subject: [PATCH] Changed the azure-pipelines.yml to make an raw artifact or the build, if this works this could theoretically be downloaded and started. [skip ci] --- azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6184bb341..01b66469d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,11 +42,9 @@ steps: inputs: SourceFolder: '$(system.defaultworkingdirectory)' Contents: | - **\bin\$(BuildConfiguration)\*.nupkg - **\TestResults\**\*.coverage + **\Greenshot\bin\$(BuildConfiguration)\** TargetFolder: '$(build.artifactstagingdirectory)' - flattenFolders: true - + flattenFolders: false - task: PublishBuildArtifacts@1 displayName: 'Publish Artifact: drop'