Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSebranek committed Feb 6, 2024
1 parent aafaccd commit 2cb5dbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Manage-AutomationAccount/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": "1",
"Minor": "7",
"Patch": "5"
"Patch": "6"
},
"icons": {
"default": "images/icon.png"
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "Manage-AutomationAccount",
"name": "Manage-AutomationAccount",
"version": "1.7.5",
"version": "1.7.6",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down

0 comments on commit 2cb5dbc

Please sign in to comment.