Skip to content

Commit

Permalink
Changed build pipeline template to publish web project
Browse files Browse the repository at this point in the history
  • Loading branch information
lamst committed Jan 13, 2019
1 parent 5398c64 commit 578b946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Templates/build-publish-dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
displayName: Publish
inputs:
command: publish
publishWebProjects: false
publishWebProjects: true
projects: '${{ parameters.project }}'
arguments: '--configuration ${{ parameters.buildConfiguration }} --output $(Build.ArtifactStagingDirectory)'

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ trigger:
batch: true
branches:
include:
- master
- iis
paths:
exclude:
- README.md
Expand Down

0 comments on commit 578b946

Please sign in to comment.