зеркало из
1
0
Форкнуть 0

Update Get-TagsDocumentation.ps1 to update readme

This commit is contained in:
MichaelSimons 2017-11-22 17:20:16 -06:00 коммит произвёл Michael Simons
Родитель dbf324806b
Коммит 516440222c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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}"