TaskReference interface
タスクへの参照。
プロパティ
| build |
タスク定義のビルド構成。 ファイルのバージョン値に対応し task.json。 <br />例: CmdLineV2 { "_buildConfigMapping": { "デフォルト": "2.232.2", "Node20_229_7": "2.232.3" } } |
| contribution |
|
| contribution |
|
| id | タスク定義の ID。 ファイルの id 値 task.json 対応します。 <br />例: CmdLineV2 { "id": "D9BAFED4-0B18-4F58-968D-86655B4D2CE9" } |
| inputs | タスク定義に固有の入力のディクショナリ。 ファイルの入力値 task.json 対応します。 |
| name | タスク定義の名前。 ファイルの名前値 task.json 対応します。 <br />例: CmdLineV2 { "name": "CmdLine" } |
| version | タスク定義のバージョン。 ファイルのバージョン値に対応し task.json。 <br />例: CmdLineV2 { "version": { "Major": 2, "Minor": 212, "Patch": 0 } } |
プロパティの詳細
buildConfig
タスク定義のビルド構成。 ファイルのバージョン値に対応し task.json。 <br />例: CmdLineV2 { "_buildConfigMapping": { "デフォルト": "2.232.2", "Node20_229_7": "2.232.3" } }
buildConfig: string
プロパティ値
string
contributionIdentifier
contributionIdentifier: string
プロパティ値
string
contributionVersion
contributionVersion: string
プロパティ値
string
id
タスク定義の ID。 ファイルの id 値 task.json 対応します。 <br />例: CmdLineV2 { "id": "D9BAFED4-0B18-4F58-968D-86655B4D2CE9" }
id: string
プロパティ値
string
inputs
タスク定義に固有の入力のディクショナリ。 ファイルの入力値 task.json 対応します。
inputs: {[key: string]: string}
プロパティ値
{[key: string]: string}
name
タスク定義の名前。 ファイルの名前値 task.json 対応します。 <br />例: CmdLineV2 { "name": "CmdLine" }
name: string
プロパティ値
string
version
タスク定義のバージョン。 ファイルのバージョン値に対応し task.json。 <br />例: CmdLineV2 { "version": { "Major": 2, "Minor": 212, "Patch": 0 } }
version: string
プロパティ値
string