Skip to content

Commit 62236b8

Browse files
authored
Merge pull request #46783 from booyaa/patch-1
Do not add project name to publish path
2 parents 4eb8c50 + e935ce1 commit 62236b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ steps:
4242
arguments: '--configuration Release --output publish_output'
4343
projects: '*.csproj'
4444
publishWebProjects: false
45-
modifyOutputPath: true
45+
modifyOutputPath: false
4646
zipAfterPublish: false
4747
- task: ArchiveFiles@2
4848
displayName: "Archive files"

0 commit comments

Comments
 (0)