mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Fixing the devops build
This commit is contained in:
parent
790c389c4c
commit
7f8e7ce056
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue