Co-authored-by: Daniel Jurek <djurek@microsoft.com>
This commit is contained in:
Azure SDK Bot 2022-02-24 11:16:35 -08:00 committed by GitHub
parent 0fd5d9cd9a
commit 3674bef659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,12 +38,13 @@ param(
[Parameter(Mandatory = $true)]
[string] $OutputLocation
)
Set-StrictMode -Version 3
. $PSScriptRoot/common.ps1
. $PSScriptRoot/Helpers/PSModule-Helpers.ps1
Install-ModuleIfNotInstalled "powershell-yaml" "0.4.1" | Import-Module
Set-StrictMode -Version 3
function GetClientPackageNode($clientPackage) {
$packageInfo = &$GetDocsMsTocDataFn `
-packageMetadata $clientPackage `