Skip to content

Commit

Permalink
Update azure-pipelines-bvgrevision.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dniggeler committed Jun 3, 2024
1 parent 0dbe2e2 commit a8c1d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines-bvgrevision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ stages:
displayName: 'Publishing App'
inputs:
command: publish
publishWebProjects: true
projects: '**/BlazorBvgRevisionApp.csproj'
publishWebProjects: false
arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)'
zipAfterPublish: false
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit a8c1d23

Please sign in to comment.