Skip to content

Commit

Permalink
Update azure-pipelines-62.yml for Azure Pipelines [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadof committed Jun 3, 2021
1 parent 50317c5 commit 1e74906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines-62.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ steps:
- pwsh: $PSVersionTable.PSVersion
- pwsh: |
'{ "key":"value1", "Key":"value2" }' | ConvertFrom-Json -AsHashtable
- pwsh: Install-Module -name AWSPowerShell.NetCore
- pwsh: Install-Module -name AWSPowerShell.NetCore -Scope CurrentUser -Force
- pwsh: |
Import-Module AWSPowerShell.NetCore
Get-Module -ListAvailable
Get-AWSPowerShellVersion

0 comments on commit 1e74906

Please sign in to comment.