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