Skip to content

Commit f8a1ac9

Browse files
authored
testing publish trimmed false for desktop
1 parent 0297c7e commit f8a1ac9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ steps:
105105
zipAfterPublish: false
106106
publishWebProjects: false
107107
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
108-
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'
108+
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'
109109

110110
- task: DotNetCoreCLI@2
111111
displayName: Publishing Server win-x64
@@ -123,7 +123,7 @@ steps:
123123
zipAfterPublish: false
124124
publishWebProjects: false
125125
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
126-
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'
126+
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'
127127

128128
- task: DotNetCoreCLI@2
129129
displayName: Publishing Server linux-x64
@@ -141,7 +141,7 @@ steps:
141141
zipAfterPublish: false
142142
publishWebProjects: false
143143
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
144-
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'
144+
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'
145145

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

0 commit comments

Comments
 (0)