mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Added property "IncludeAllContentForSelfExtract" to try to make the exe work.
This commit is contained in:
parent
a6bbd16d20
commit
67e829add9
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ steps:
|
|||
command: 'publish'
|
||||
publishWebProjects: false
|
||||
projects: 'src\Greenshot\Greenshot.csproj'
|
||||
arguments: '-f $(targetFramework) -c Release /p:PublishSingleFile=true /p:RuntimeIdentifier=win-x64'
|
||||
arguments: '-f $(targetFramework) -c Release /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=True /p:RuntimeIdentifier=win-x64'
|
||||
zipAfterPublish: false
|
||||
|
||||
- task: CmdLine@2
|
||||
|
@ -50,7 +50,7 @@ steps:
|
|||
command: 'publish'
|
||||
publishWebProjects: false
|
||||
projects: 'src\Greenshot\Greenshot.csproj'
|
||||
arguments: '-f $(targetFramework) -c Release /p:PublishSingleFile=true /p:RuntimeIdentifier=win-x86'
|
||||
arguments: '-f $(targetFramework) -c Release /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=True /p:RuntimeIdentifier=win-x86'
|
||||
zipAfterPublish: false
|
||||
|
||||
- task: CmdLine@2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue