Skip to content
Prev Previous commit
Next Next commit
remove new function ref in common.ps1
  • Loading branch information
scbedd committed Jul 15, 2024
commit 43e2a878dff39c85d8c82fd5e1263f6cdc47c54f
1 change: 0 additions & 1 deletion eng/common/scripts/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ if (!(Get-Variable -Name "LanguageDisplayName" -ValueOnly -ErrorAction "Ignore")
# Transformed Functions
# Expected to be set in eng/scripts/Language-Settings.ps1
$GetPackageInfoFromRepoFn = "Get-${Language}-PackageInfoFromRepo"
$GetPRPackageInfoFromRepoFn = "Get-${Language}-PRPackageInfoFromRepo"
$GetPackageInfoFromPackageFileFn = "Get-${Language}-PackageInfoFromPackageFile"
$PublishGithubIODocsFn = "Publish-${Language}-GithubIODocs"
$UpdateDocsMsPackagesFn = "Update-${Language}-DocsMsPackages"
Expand Down