Skip to content

Commit

Permalink
asdfg
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSebranek committed Feb 20, 2024
1 parent 5233f73 commit 44a347a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
{
Write-Host "Installing Tasks SDK to $task"
Copy-Item -Path $sdk -Destination ([System.IO.Path]::Combine($tasksFolder,$task,'ps_modules')) -Force -Recurse
Write-Host "cesta k souborum: " + $tasksFolder + $task + 'ps_modules'
$list = Get-ChildItem -Path ([System.IO.Path]::Combine($tasksFolder,$task,'ps_modules'))
Write-Host "$list"
}
- name: Set tasks version
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.21",
"version": "1.9.22",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down

0 comments on commit 44a347a

Please sign in to comment.