remove exitCode variable

This commit is contained in:
Mikhail Timofeev
2020-03-11 17:31:39 +03:00
parent bb52802370
commit 0e584565f4

View File

@@ -170,7 +170,6 @@ function Install-VsixExtension
) )
$FilePath = "${env:Temp}\$Name" $FilePath = "${env:Temp}\$Name"
$exitCode = -1
$retries = 20 $retries = 20
while($retries -gt 0) while($retries -gt 0)