Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 2035 (Azure#20825)
Browse files Browse the repository at this point in the history
* Add

* Add more description to docs of where the variable is consumed

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
  • Loading branch information
azure-sdk and danieljurek committed Sep 24, 2021
1 parent 0475f51 commit 650943c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion eng/common/scripts/Update-DocsMsPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,19 @@ packages which have not released to a central package manager.
.PARAMETER DocRepoLocation
Location of the docs.microsoft.com reference docs repo.
.PARAMETER PackageSourceOverride
Optional parameter to supply a different package source (useful for daily dev
docs generation from pacakges which are not published to the default feed). This
variable is meant to be used in the domain-specific business logic in
&$UpdateDocsMsPackagesFn
#>
param (
[Parameter(Mandatory = $true)]
$DocRepoLocation # the location of the cloned doc repo
[string] $DocRepoLocation, # the location of the cloned doc repo

[Parameter(Mandatory = $false)]
[string] $PackageSourceOverride
)

. (Join-Path $PSScriptRoot common.ps1)
Expand Down

0 comments on commit 650943c

Please sign in to comment.