Bump version to 1.0.4 and update README, task.json, and vss-extension.json for consistency

This commit is contained in:
2026-02-14 20:49:58 +01:00
parent 93615a1b1e
commit 52a73c16b3
4 changed files with 12 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 3
"Patch": 4
},
"instanceNameFormat": "Configure federated auth: $(serviceConnectionARM)",
"inputs": [
@@ -20,7 +20,7 @@
"label": "Azure Resource Manager service connection",
"defaultValue": "",
"required": true,
"helpMarkDown": "AzureRM service connection used to request the OIDC token."
"helpMarkDown": "AzureRM service connection used to request the OIDC token. Requires System.AccessToken to be available to the job."
},
{
"name": "setGitAccessToken",