Fixing the devops build

This commit is contained in:
Robin Krom 2021-03-28 21:33:36 +02:00
commit 7f8e7ce056
No known key found for this signature in database
GPG key ID: BCC01364F1371490

View file

@ -18,7 +18,7 @@ stages:
variables:
- group: 'Plug-in Credentials'
- name: solution
value: 'Greenshot.sln'
value: 'src/Greenshot.sln'
- name: buildPlatform
value: 'Any CPU'
- name: buildConfiguration
@ -59,7 +59,7 @@ stages:
- task: CopyFiles@2
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
inputs:
SourceFolder: '$(Build.SourcesDirectory)\Greenshot\releases'
SourceFolder: '$(Build.SourcesDirectory)\installer'
Contents: Greenshot-INSTALLER-*.exe
TargetFolder: '$(build.artifactstagingdirectory)'
flattenFolders: true