Skip to content

Commit

Permalink
dfg
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSebranek committed Feb 20, 2024
1 parent 1c96b93 commit f03b72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
$sdkFolder = [System.IO.Path]::Combine($env:GITHUB_WORKSPACE, 'ps_modules')
Write-Host "sdkFolder: $sdkFolder"
$packageInfo = Save-Module -Name VstsTaskSdk -Path $sdkFolder -Force
$packageInfo = Save-package -Name VstsTaskSdk -Path $sdkFolder -Force
Write-Host "packageInfo: $packageInfo"
Write-Host "packageInfo.Version: $packageInfo.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.25",
"version": "1.9.26",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down

0 comments on commit f03b72a

Please sign in to comment.