TaskReference interface
工作的參考。
屬性
build |
工作定義的組建組態。 對應至task.json檔案的版本值。 <br />Example: CmdLineV2 { “_buildConfigMapping”: { “Default”: “2.232.2”, “Node20_229_7”: “2.232.3” } } |
id | 工作定義的識別碼。 對應至task.json檔案的標識碼值。 <br />Example: CmdLineV2 { “id”: “D9BAFED4-0B18-4F58-968D-86655B4D2CE9” } |
inputs | 工作定義特有的輸入字典。 對應至task.json檔案的輸入值。 |
name | 工作定義的名稱。 對應至task.json檔案的名稱值。 <br />Example: CmdLineV2 { “name”: “CmdLine” } |
version | 工作定義的版本。 對應至task.json檔案的版本值。 <br />Example: CmdLineV2 { “version”: { “Major”: 2, “Minor”: 212, “Patch”: 0 } } |
屬性詳細資料
buildConfig
工作定義的組建組態。 對應至task.json檔案的版本值。 <br />Example: CmdLineV2 { “_buildConfigMapping”: { “Default”: “2.232.2”, “Node20_229_7”: “2.232.3” } }
buildConfig: string
屬性值
string
id
工作定義的識別碼。 對應至task.json檔案的標識碼值。 <br />Example: CmdLineV2 { “id”: “D9BAFED4-0B18-4F58-968D-86655B4D2CE9” }
id: string
屬性值
string
inputs
工作定義特有的輸入字典。 對應至task.json檔案的輸入值。
inputs: {[key: string]: string}
屬性值
{[key: string]: string}
name
工作定義的名稱。 對應至task.json檔案的名稱值。 <br />Example: CmdLineV2 { “name”: “CmdLine” }
name: string
屬性值
string
version
工作定義的版本。 對應至task.json檔案的版本值。 <br />Example: CmdLineV2 { “version”: { “Major”: 2, “Minor”: 212, “Patch”: 0 } }
version: string
屬性值
string