Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSebranek committed Feb 6, 2024
1 parent 2cb5dbc commit bf95e36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
Remove-Item -Path $directoryWithFiles.FullName -Recurse -Force
Write-Host "Subfolder was deleted."
# get list of files
Write-Host "Moved files to: ($sourcePath) after process:"
Get-ChildItem -Path $sourcePath
} else {
Write-Host "There is no directory vith files."
Write-Host "There is no directory with files."
}
- name: Generate and Upload VSIX file
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": "6"
"Patch": "7"
},
"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.6",
"version": "1.7.7",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down

0 comments on commit bf95e36

Please sign in to comment.