You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/scripts/Package-Properties.ps1
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ class PackageProps
77
77
}
78
78
79
79
# Takes package name and service Name
80
-
# Returns important properties of the package as related to the language repo
80
+
# Returns important properties of the package relative to the language repo
81
81
# Returns a PS Object with properties @ { pkgName, pkgVersion, pkgDirectoryPath, pkgReadMePath, pkgChangeLogPath }
82
82
# Note: python is required for parsing python package properties.
83
83
functionGet-PkgProperties
@@ -107,7 +107,7 @@ function Get-PkgProperties
107
107
108
108
# Takes ServiceName and Repo Root Directory
109
109
# Returns important properties for each package in the specified service, or entire repo if the serviceName is not specified
110
-
# Returns an Table of service key to array values of PS Object with properties @ { pkgName, pkgVersion, pkgDirectoryPath, pkgReadMePath, pkgChangeLogPath }
110
+
# Returns a Table of service key to array values of PS Object with properties @ { pkgName, pkgVersion, pkgDirectoryPath, pkgReadMePath, pkgChangeLogPath }
0 commit comments