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:
|
variables:
|
||||||
- group: 'Plug-in Credentials'
|
- group: 'Plug-in Credentials'
|
||||||
- name: solution
|
- name: solution
|
||||||
value: 'Greenshot.sln'
|
value: 'src/Greenshot.sln'
|
||||||
- name: buildPlatform
|
- name: buildPlatform
|
||||||
value: 'Any CPU'
|
value: 'Any CPU'
|
||||||
- name: buildConfiguration
|
- name: buildConfiguration
|
||||||
|
@ -59,7 +59,7 @@ stages:
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
||||||
inputs:
|
inputs:
|
||||||
SourceFolder: '$(Build.SourcesDirectory)\Greenshot\releases'
|
SourceFolder: '$(Build.SourcesDirectory)\installer'
|
||||||
Contents: Greenshot-INSTALLER-*.exe
|
Contents: Greenshot-INSTALLER-*.exe
|
||||||
TargetFolder: '$(build.artifactstagingdirectory)'
|
TargetFolder: '$(build.artifactstagingdirectory)'
|
||||||
flattenFolders: true
|
flattenFolders: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue