mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Playing with PublishReadyToRun
This commit is contained in:
parent
1aed58ba98
commit
99da26b41b
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ steps:
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
publishWebProjects: false
|
publishWebProjects: false
|
||||||
projects: 'src\Greenshot\Greenshot.csproj'
|
projects: 'src\Greenshot\Greenshot.csproj'
|
||||||
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:UseAppHost=true /p:RuntimeIdentifier=win-x64'
|
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:UseAppHost=true /p:RuntimeIdentifier=win-x64 /p:PublishReadyToRun=true'
|
||||||
zipAfterPublish: false
|
zipAfterPublish: false
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
|
@ -49,7 +49,7 @@ steps:
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
publishWebProjects: false
|
publishWebProjects: false
|
||||||
projects: 'src\Greenshot\Greenshot.csproj'
|
projects: 'src\Greenshot\Greenshot.csproj'
|
||||||
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:UseAppHost=true /p:RuntimeIdentifier=win-x86'
|
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:UseAppHost=true /p:RuntimeIdentifier=win-x86 /p:PublishReadyToRun=true'
|
||||||
zipAfterPublish: false
|
zipAfterPublish: false
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue