Playing with PublishReadyToRun

This commit is contained in:
Robin 2019-04-30 11:35:11 +02:00
commit 99da26b41b
No known key found for this signature in database
GPG key ID: CBBB6557491B1140

View file

@ -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