updated documentation
This commit is contained in:
Родитель
3bb0b0e8bd
Коммит
5d5bd141fd
|
@ -128,7 +128,7 @@ Running the package uploader requires three arguments.
|
|||
| **[GetProduct](https://github.com/microsoft/PackageUploader/blob/main/Operations.md#GetProduct)** | Gets metadata for the product. This is useful for getting the productId, BigId, product name that's used in all configuration files. And a list of the BranchFriendlyNames and FlightNames of the product. |
|
||||
| **[UploadUwpPackage](https://github.com/microsoft/PackageUploader/blob/main/Operations.md#UploadUwpPackage)** | Uploads a UWP game package. |
|
||||
| **[UploadXvcPackage](https://github.com/microsoft/PackageUploader/blob/main/Operations.md#UploadXvcPackage)** | Uploads a XVC game package and assets, including EKB, SubVal, and layout files. |
|
||||
| **[RemovePackages](https://github.com/microsoft/PackageUploader/blob/main/Operations.md#RemovePackages)** | Removes all game packages and assets from a branch. We recommend keeping only your 10 most recent packages to ensure optimal performance. |
|
||||
| **[RemovePackages](https://github.com/microsoft/PackageUploader/blob/main/Operations.md#RemovePackages)** | Removes game packages and assets from a branch. We recommend keeping only your 10 most recent packages to ensure optimal performance. |
|
||||
| **[ImportPackages](https://github.com/microsoft/PackageUploader/blob/main/Operations.md#ImportPackages)** | Imports all game packages from a branch to a destination branch. This enables you to copy your previously uploaded and published packages from one branch to another. |
|
||||
| **[PublishPackages](https://github.com/microsoft/PackageUploader/blob/main/Operations.md#PublishPackages)** | Publishes all game packages from a branch or flight to a destination sandbox or flight. You can set specific availability times in the configuration file. |
|
||||
|
||||
|
|
|
@ -404,14 +404,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"packageFileName": {
|
||||
"description": "if informed it will only delete packages with this file name; if not set, it will remove all packages",
|
||||
"description": "it will delete packages with this file name (wildcards * and ? supported)",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"useRegexMatch": {
|
||||
"description": "if set, it will remove all packages that have a regex match with the pattern in \"packageFileName\"",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
"required": [
|
||||
"packageFileName"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
|
||||
"marketGroupName": "{{ optional - if informed it will only delete packages in the specified one (case sensitive) }}",
|
||||
|
||||
"packageFileName": "{{ optional - if informed it will only delete packages with this file name ",
|
||||
"useRegexMatch": false,
|
||||
"packageFileName": "{{ required - it will delete packages with this file name (wildcards * and ? supported) }}",
|
||||
|
||||
"aadAuthInfo": {
|
||||
"clientId": "{{ required when using authentication method *AppCert* or *AppSecret* }}",
|
||||
|
|
Загрузка…
Ссылка в новой задаче