Update Get-TagsDocumentation.ps1 to update readme
This commit is contained in:
Родитель
dbf324806b
Коммит
516440222c
|
@ -1,6 +1,6 @@
|
||||||
param(
|
param(
|
||||||
[string]$Branch='master',
|
[string]$Branch='master',
|
||||||
[string]$ImageBuilderImageName='microsoft/dotnet-buildtools-prereqs:image-builder-jessie-20171031123612',
|
[string]$ImageBuilderImageName='microsoft/dotnet-buildtools-prereqs:image-builder-jessie-20171122115946',
|
||||||
[string]$RepoName
|
[string]$RepoName
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -27,4 +27,4 @@ if ([String]::IsNullOrWhiteSpace($RepoName))
|
||||||
-v "${repoRoot}:/repo" `
|
-v "${repoRoot}:/repo" `
|
||||||
-w /repo `
|
-w /repo `
|
||||||
$ImageBuilderImageName `
|
$ImageBuilderImageName `
|
||||||
generateTagsReadme "https://github.com/dotnet/${RepoName}/blob/${Branch}"
|
generateTagsReadme --update-readme "https://github.com/dotnet/${RepoName}/blob/${Branch}"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче