Skip to content

Commit

Permalink
set default value of zipAfterPublish to false
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarnam committed Feb 23, 2023
1 parent a4320ba commit 41c228c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ steps:
command: 'publish'
arguments: '--no-build --configuration $(BuildConfiguration)'
publishWebProjects: false
zipAfterPublish: false

- task: CopyFiles@2
displayName: 'Copy build artifacts from: $(Build.SourcesDirectory)\VSConfigFinder\bin\$(BuildConfiguration)\** to $(Build.ArtifactStagingDirectory)\out'
Expand Down

0 comments on commit 41c228c

Please sign in to comment.