diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4d12f5b..350136c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -35,7 +35,8 @@ jobs: mkdir -p ps_modules # Install VstsTaskSdk - Save-Module –Name VstsTaskSdk –Path .\ps_modules -Force -Scope CurrentUser -AllowClobber + Write-Host "VstsTaskSdk installing..." + Save-Module –Name VstsTaskSdk –Path .\ps_modules -Force cd ps_modules cd VstsTaskSdk diff --git a/Manage-AutomationAccount/task.json b/Manage-AutomationAccount/task.json index 6cf6ba2..a37099d 100644 --- a/Manage-AutomationAccount/task.json +++ b/Manage-AutomationAccount/task.json @@ -17,7 +17,7 @@ "version": { "Major": "1", "Minor": "7", - "Patch": "5" + "Patch": "6" }, "icons": { "default": "images/icon.png" diff --git a/vss-extension.json b/vss-extension.json index ec1a07a..5b64e6c 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "Manage-AutomationAccount", "name": "Manage-AutomationAccount", - "version": "1.7.5", + "version": "1.7.6", "publisher": "GreyCorbelSolutions", "targets": [ {