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]

This commit is contained in:
Robin 2018-12-13 11:41:17 +01:00
commit ebf5e0ec8e

View file

@ -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'