From 1e74906f88f7394568d2891c473210c5da15bd26 Mon Sep 17 00:00:00 2001 From: Krzysztof Madej Date: Fri, 4 Jun 2021 01:16:13 +0200 Subject: [PATCH] Update azure-pipelines-62.yml for Azure Pipelines [skip ci] --- azure-pipelines-62.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-62.yml b/azure-pipelines-62.yml index c2e440b..5f9f53b 100644 --- a/azure-pipelines-62.yml +++ b/azure-pipelines-62.yml @@ -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