Skip to content

Commit

Permalink
Update archetype-cpp-release.yml
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
Konrad Jamrozik authored Mar 7, 2023
1 parent 3bf89f8 commit dd1d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/archetype-cpp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dd1d926

Please sign in to comment.