Skip to content

Commit

Permalink
jsem vul
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSebranek committed May 7, 2024
1 parent 3b197fb commit 2f3d508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
"Manage-AutomationAccount" {
# update task name based on developlment flag
if ($extensionInfo.isDevelopment -eq "true") {
$task.id = "89d6f3bb-b859-4c17-9a62-aa087baf6f57"
$taskInfo.id = "89d6f3bb-b859-4c17-9a62-aa087baf6f57"
$taskInfo.name = "Dev-Manage-AutomationAccount"
$taskInfo.friendlyName = "Dev-Manage-AutomationAccount"
}
else {
$task.id = "c3e84ba0-be86-11ee-aff3-5d686ed5c05d"
$taskInfo.id = "c3e84ba0-be86-11ee-aff3-5d686ed5c05d"
$taskInfo.name = "Manage-AutomationAccount"
$taskInfo.friendlyName = "Manage-AutomationAccount"
}
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.9.85",
"version": "1.9.86",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down

0 comments on commit 2f3d508

Please sign in to comment.