diff --git a/azure-pipelines-62.yml b/azure-pipelines-62.yml index e656a99..c2e440b 100644 --- a/azure-pipelines-62.yml +++ b/azure-pipelines-62.yml @@ -9,3 +9,7 @@ steps: - pwsh: $PSVersionTable.PSVersion - pwsh: | '{ "key":"value1", "Key":"value2" }' | ConvertFrom-Json -AsHashtable +- pwsh: Install-Module -name AWSPowerShell.NetCore +- pwsh: | + Import-Module AWSPowerShell.NetCore + Get-Module -ListAvailable