Skip to content

Commit e935ce1

Browse files
authored
Do not add project name to publish path
Adds an extra `s` to the folder structure of the zip file. A full explanation can be found in the referenced issue. closes #46782
1 parent eb9f22d commit e935ce1

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)