From 1ef06a1865e8a438dccb9cc5829e86fd703ebc7c Mon Sep 17 00:00:00 2001 From: Steve Arch Date: Thu, 1 Jul 2021 09:21:00 +0100 Subject: [PATCH] Upgrade remoting to 4.9 --- tests/inboundAgent.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inboundAgent.Tests.ps1 b/tests/inboundAgent.Tests.ps1 index a2e72bdc5..dc8f6a1aa 100644 --- a/tests/inboundAgent.Tests.ps1 +++ b/tests/inboundAgent.Tests.ps1 @@ -5,7 +5,7 @@ $AGENT_CONTAINER='pester-jenkins-inbound-agent' $SHELL="powershell.exe" $FOLDER = Get-EnvOrDefault 'FOLDER' '' -$VERSION = Get-EnvOrDefault 'VERSION' '4.7-1' +$VERSION = Get-EnvOrDefault 'VERSION' '4.9-1' $REAL_FOLDER=Resolve-Path -Path "$PSScriptRoot/../${FOLDER}"