Skip to content

Start-Sleep time variale #3

@zoborowi

Description

@zoborowi

In VSTS.WinServices/WinServices/CreateWindowsService/createservice.ps1 make the Start-Sleep use a variable instead of hard coding this to 5 seconds.

if ($existingService)
{
$existingService.Delete()
Write-Host "Waiting 5 seconds to allow service to be uninstalled."
Start-Sleep -s 5
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions