Skip to content

Commit

Permalink
testing publish trimmed false for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv authored Feb 20, 2023
1 parent 0297c7e commit f8a1ac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ steps:
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
arguments: '-p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:Version=1.0.$(Build.BuildId) --configuration Release --runtime win-x64 --output $(Build.ArtifactStagingDirectory)\win-x64'
arguments: '-p:PublishSingleFile=true -p:PublishTrimmed=false --self-contained true -p:Version=1.0.$(Build.BuildId) --configuration Release --runtime win-x64 --output $(Build.ArtifactStagingDirectory)\win-x64'

- task: DotNetCoreCLI@2
displayName: Publishing Server win-x64
Expand All @@ -123,7 +123,7 @@ steps:
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
arguments: '-p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:Version=1.0.$(Build.BuildId) --configuration Release --runtime linux-x64 --output $(Build.ArtifactStagingDirectory)\linux-x64'
arguments: '-p:PublishSingleFile=true -p:PublishTrimmed=false --self-contained true -p:Version=1.0.$(Build.BuildId) --configuration Release --runtime linux-x64 --output $(Build.ArtifactStagingDirectory)\linux-x64'

- task: DotNetCoreCLI@2
displayName: Publishing Server linux-x64
Expand All @@ -141,7 +141,7 @@ steps:
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
arguments: '-p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:Version=1.0.$(Build.BuildId) --configuration Release --runtime osx-x64 --output $(Build.ArtifactStagingDirectory)\osx-x64'
arguments: '-p:PublishSingleFile=true -p:PublishTrimmed=false --self-contained true -p:Version=1.0.$(Build.BuildId) --configuration Release --runtime osx-x64 --output $(Build.ArtifactStagingDirectory)\osx-x64'

- task: DotNetCoreCLI@2
displayName: Publishing Server osx-x64
Expand Down Expand Up @@ -189,4 +189,4 @@ steps:
title: 'OfCourseIStillLoveYou v1.0.$(Build.BuildId)'
releaseNotesFilePath: '$(Build.SourcesDirectory)\ReleaseNotes.md'
isDraft: true
addChangeLog: false
addChangeLog: false

0 comments on commit f8a1ac9

Please sign in to comment.