Skip to content

Commit

Permalink
disabling zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv committed May 1, 2022
1 parent ce02e9d commit 652a983
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ steps:
displayName: Publishing Desktop win-x64
inputs:
command: 'publish'
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
arguments: '-c Release -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'
Expand All @@ -110,6 +111,7 @@ steps:
displayName: Publishing Server win-x64
inputs:
command: 'publish'
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.Server.csproj'
arguments: '-c Release -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'
Expand All @@ -118,6 +120,7 @@ steps:
displayName: Publishing Desktop linux-x64
inputs:
command: 'publish'
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
arguments: '-c Release -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'
Expand All @@ -126,6 +129,7 @@ steps:
displayName: Publishing Server linux-x64
inputs:
command: 'publish'
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.Server.csproj'
arguments: '-c Release -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'
Expand All @@ -134,6 +138,7 @@ steps:
displayName: Publishing Desktop osx-x64
inputs:
command: 'publish'
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.DesktopClient.csproj'
arguments: '-c Release -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'
Expand All @@ -142,6 +147,7 @@ steps:
displayName: Publishing Server osx-x64
inputs:
command: 'publish'
zipAfterPublish: false
publishWebProjects: false
projects: '**/OfCourseIStillLoveYou.Server.csproj'
arguments: '-c Release -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'
Expand Down

0 comments on commit 652a983

Please sign in to comment.