documentation

This commit is contained in:
MilenaHristova 2023-02-08 16:33:20 +01:00
parent 0fca6a1b87
commit 3a4783ac74
2 changed files with 5 additions and 1 deletions

View file

@ -17,7 +17,7 @@ parameters:
- name: vmrBranch
displayName: dotnet-dotnet branch to push to
type: string
default: ''
default: ' '
variables:
- ${{ if ne(parameters.vmrBranch, ' ') }}:

View file

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