Skip to content

Commit 408699c

Browse files
author
Hovsep Mkrtchyan
committed
Added Storage package increments to PreparePSRelease.ps1
1 parent 8a1a7fc commit 408699c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/PreparePSRelease.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ Param(
1919
.\ASMIncrementVersion.ps1 $Folder -Major $Major.IsPresent -Minor $Minor.IsPresent -Patch $Patch.IsPresent
2020
.\ARMIncrementVersion.ps1 $Folder -Major $Major.IsPresent -Minor $Minor.IsPresent -Patch $Patch.IsPresent
2121
.\ARMSyncVersion.ps1 $Folder
22+
.\ARMIncrementVersion.ps1 "$PSScriptRoot\..\src\Common\Storage" -Major $Major.IsPresent -Minor $Minor.IsPresent -Patch $Patch.IsPresent
23+
.\ARMSyncVersion.ps1 "$PSScriptRoot\..\src\Common\Storage"
2224
.\ARMIncrementVersion.ps1 "$PSScriptRoot\AzureRM" -Major $Major.IsPresent -Minor $Minor.IsPresent -Patch $Patch.IsPresent
2325
.\SetMsiVersion.ps1 $Version $Release $Folder

0 commit comments

Comments
 (0)