From 50317c57183929bb8832a312dce938538fa5af90 Mon Sep 17 00:00:00 2001 From: Krzysztof Madej Date: Fri, 4 Jun 2021 01:12:38 +0200 Subject: [PATCH] Update azure-pipelines-62.yml for Azure Pipelines [skip ci] --- azure-pipelines-62.yml | 4 ++++ 1 file changed, 4 insertions(+) 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