diff --git a/eng/pipelines/templates/stages/archetype-cpp-release.yml b/eng/pipelines/templates/stages/archetype-cpp-release.yml index d5efca20e06..61c13206aeb 100644 --- a/eng/pipelines/templates/stages/archetype-cpp-release.yml +++ b/eng/pipelines/templates/stages/archetype-cpp-release.yml @@ -195,7 +195,7 @@ stages: - pwsh: | $codeOwnersToNotify = $(Build.SourcesDirectory)/eng/common/scripts/get-codeowners.ps1 ` -TargetDirectory "/sdk/${{ parameters.ServiceDirectory }}/" ` - -CodeOwnerFileLocation "$(Build.SourcesDirectory)/.github/CODEOWNERS" + -CodeownersFileLocation "$(Build.SourcesDirectory)/.github/CODEOWNERS" $prComment = "Adding ${{ artifact.Name }} to release" if ($codeOwnersToNotify) {