We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6095f18 commit 6402a91Copy full SHA for 6402a91
update-dependencies.ps1
@@ -14,7 +14,7 @@ else
14
# need to hang here for 5 minutes (5 * 60)
15
"Waiting 5 minutes to let package process flow in NuGet providers..." | Write-Host -ForegroundColor White
16
17
- For ($i=300; $i -gt 0; $i–-)
+ For ($i=300; $i -gt 0; $i--)
18
{
19
Write-Host "`r$i seconds remaining " -NoNewLine
20
Start-Sleep -Seconds 1
0 commit comments