Skip to content

Commit

Permalink
[Build pipeline] Update Publish project
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron authored Oct 27, 2023
1 parent b41d9cc commit 6b7a599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-devops/common/template-to-build-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ steps:
inputs:
command: 'publish'
publishWebProjects: false # True to build all Web Projects
projects: $(Projects)
projects: ${{ parameters.Projects }}
arguments: '--configuration Release --output $(Build.ArtifactStagingDirectory)'
zipAfterPublish: false
workingDirectory: '$(Build.SourcesDirectory)'
Expand Down

0 comments on commit 6b7a599

Please sign in to comment.