documentation
This commit is contained in:
parent
0fca6a1b87
commit
3a4783ac74
2 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,7 @@ parameters:
|
|||
- name: vmrBranch
|
||||
displayName: dotnet-dotnet branch to push to
|
||||
type: string
|
||||
default: ''
|
||||
default: ' '
|
||||
|
||||
variables:
|
||||
- ${{ if ne(parameters.vmrBranch, ' ') }}:
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
### Options:
|
||||
### -t, --tmp, --tmp-dir PATH
|
||||
### Required. Path to the temporary folder where repositories will be cloned
|
||||
### --readme-template
|
||||
### Required. Template for VMRs README.md used for regenerating the file to list the newest versions of components.
|
||||
### --tpn-template
|
||||
### Required. Template for the header of VMRs THIRD-PARTY-NOTICES file.
|
||||
### -v, --vmr, --vmr-dir PATH
|
||||
### Optional. Path to the dotnet/dotnet repository. When null, gets cloned to the temporary folder
|
||||
### -b, --branch, --vmr-branch BRANCH_NAME
|
||||
|
|
Loading…
Reference in a new issue