Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 49cabea

Browse files
committed
Moved Loopcount
1 parent ec6b53e commit 49cabea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ task ValidateLiveMountTools {
105105
task ValidateRemoteScriptExecution {
106106
$i = 0
107107
foreach ($Mount in $MountArray) {
108+
$LoopCount = 1
108109
while ($true) {
109-
$LoopCount = 1
110110
Write-Verbose -Message "Testing script execution on '$($Config.virtualMachines[$i].mountName)', attempt '$LoopCount'..." -Verbose
111111
$splat = @{
112112
ScriptText = 'hostname'

0 commit comments

Comments
 (0)