From 12885b66eb94a583d391ce79016e9e16db50dc01 Mon Sep 17 00:00:00 2001 From: Jovana Taylor Date: Wed, 14 Aug 2019 12:53:07 -0700 Subject: [PATCH] bump version of NpmV1 --- Tasks/NpmV1/task.json | 4 ++-- Tasks/NpmV1/task.loc.json | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Tasks/NpmV1/task.json b/Tasks/NpmV1/task.json index fe6e899afb43..d785da7a1a98 100644 --- a/Tasks/NpmV1/task.json +++ b/Tasks/NpmV1/task.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 156, - "Patch": 2 + "Minor": 157, + "Patch": 0 }, "runsOn": [ "Agent", diff --git a/Tasks/NpmV1/task.loc.json b/Tasks/NpmV1/task.loc.json index 227a640d339f..2ebd1703aa2a 100644 --- a/Tasks/NpmV1/task.loc.json +++ b/Tasks/NpmV1/task.loc.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 156, - "Patch": 2 + "Minor": 157, + "Patch": 0 }, "runsOn": [ "Agent", @@ -26,7 +26,7 @@ "displayName": "ms-resource:loc.group.displayName.customRegistries", "name": "customRegistries", "isExpanded": false, - "visibleRule": "command = install || command = custom" + "visibleRule": "command = install || command = ci || command = custom" }, { "name": "publishRegistries", @@ -38,7 +38,7 @@ "displayName": "ms-resource:loc.group.displayName.advanced", "name": "advanced", "isExpanded": false, - "visibleRule": "command = install || command = publish" + "visibleRule": "command = install || command = ci || command = publish" } ], "inputs": [ @@ -49,6 +49,7 @@ "type": "pickList", "required": true, "options": { + "ci": "ci", "install": "install", "publish": "publish", "custom": "custom" @@ -196,4 +197,4 @@ "WorkingDirectoryNotDirectory": "ms-resource:loc.messages.WorkingDirectoryNotDirectory", "NGCommon_AreaNotFoundInSps": "ms-resource:loc.messages.NGCommon_AreaNotFoundInSps" } -} +} \ No newline at end of file