Skip to content

Commit 678e8c1

Browse files
committed
fix: publish the API only
1 parent 780f1e5 commit 678e8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
displayName: 'Publish the project - $(buildConfiguration)'
8383
inputs:
8484
command: 'publish'
85-
projects: '**/*.csproj'
85+
projects: '**/BervProject.WebApi.Boilerplate.csproj'
8686
publishWebProjects: false
8787
arguments: '--no-build --configuration $(buildConfiguration) --output $(Build.ArtifactStagingDirectory)/$(buildConfiguration)'
8888
zipAfterPublish: true

0 commit comments

Comments
 (0)