diff --git a/.DS_Store b/.DS_Store index 257f0d1..6f14a98 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/package-lock.json b/package-lock.json index bb7a34c..e4cb594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vso-testingbot-plugin", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vso-testingbot-plugin", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "devDependencies": { "@babel/core": "^8.0.1", diff --git a/package.json b/package.json index 4e90fd2..1c875f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vso-testingbot-plugin", - "version": "0.3.0", + "version": "0.3.1", "description": "TestingBot integration with Azure DevOps", "scripts": { "clean": "rimraf dist Packages \"tb-*/index.js\" \"tb-*/index.js.map\" \"tb-*/tests/**/*.js\" \"tb-*/tests/**/*.js.map\"", diff --git a/tb-main/package.json b/tb-main/package.json index f658be7..a601569 100644 --- a/tb-main/package.json +++ b/tb-main/package.json @@ -1,6 +1,6 @@ { "name": "tb-main", - "version": "0.3.0", + "version": "0.3.1", "description": "TestingBot Configuration task", "private": true, "main": "index.js", diff --git a/tb-main/task.json b/tb-main/task.json index a76a89b..11d57f3 100644 --- a/tb-main/task.json +++ b/tb-main/task.json @@ -126,9 +126,6 @@ { "name": "TB_BUILD_NAME", "description": "Build name reported to TestingBot." } ], "restrictions": { - "commands": { - "mode": "restricted" - }, "settableVariables": { "allowed": [ "TB_KEY", diff --git a/tb-stop-tunnel/package.json b/tb-stop-tunnel/package.json index 95a1a5d..7f30cc4 100644 --- a/tb-stop-tunnel/package.json +++ b/tb-stop-tunnel/package.json @@ -1,6 +1,6 @@ { "name": "tb-stop-tunnel", - "version": "0.3.0", + "version": "0.3.1", "description": "Stop TestingBot Tunnel task", "private": true, "main": "index.js",