Skip to content

Commit

Permalink
Update eng/common/pipelines/templates/steps/update-docsms-metadata.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Haggard <[email protected]>
  • Loading branch information
sima-zhu and weshaggard authored Oct 5, 2021
1 parent 2c496a0 commit 9a6f394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ steps:
DefaultBranchVariableName: TargetBranchName

- pwsh: |
$packageInfoJson = '${{ convertToJson(parameters.PackageInfoLocations) }}'.Trim('"')
$packageInfoJson = '${{ convertToJson(parameters.PackageInfoLocations) }}'.Trim('"').Replace("\\", "/")
if ('${{parameters.PackageInfoPath}}') {
${{ parameters.ScriptDirectory }}/Update-DocsMsMetadata.ps1 `
-PackageInfoJsonPath ${{parameters.PackageInfoPath}} `
Expand Down

0 comments on commit 9a6f394

Please sign in to comment.