XamarinComponentRestore@0 - Xamarin Component Restore v0 task
This task is deprecated. Use 'NuGet' instead.
Note
This task is deprecated and was retired May 1, 2024.
Syntax
# Xamarin Component Restore v0
# This task is deprecated. Use 'NuGet' instead.
- task: XamarinComponentRestore@0
inputs:
solutionFile: '**/*.sln' # string. Alias: solution. Required. Path to solution. Default: **/*.sln.
email: # string. Required. Email.
password: # string. Required. Password.
Inputs
solutionFile
- Path to solution
Input alias: solution
. string
. Required. Default value: **/*.sln
.
Specifies the path to the Visual Studio solution file.
email
- Email
string
. Required.
Specifies the Xamarin account email address.
password
- Password
string
. Required.
Specifies the Xamarin account password. Use a new build variable with its lock enabled on the Variables tab to encrypt this value.
Task control options
All tasks have control options in addition to their task inputs. For more information, see Control options and common task properties.
Output variables
None.
Requirements
Requirement | Description |
---|---|
Pipeline types | YAML, Classic build, Classic release |
Runs on | Agent, DeploymentGroup |
Demands | None |
Capabilities | This task does not satisfy any demands for subsequent tasks in the job. |
Command restrictions | Any |
Settable variables | Any |
Agent version | 1.96.0 or greater |
Task category | Package |