Skip to content

Commit b877c27

Browse files
Update PowerShellGet
1 parent ff82ee2 commit b877c27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/releaseBuild/yaml/upload.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ parameters:
44

55
steps:
66

7+
- powershell: |
8+
Install-Module PowerShellGet -RequiredVersion 2.2.5 -SkipPublisherCheck
9+
displayName: Update PowerShell Get
10+
711
- powershell: |
812
$modules = 'Az.Accounts', 'Az.Storage'
913
foreach($module in $modules) {

0 commit comments

Comments
 (0)