Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/2.6.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 6, 2016
2 parents 076060b + e388797 commit c71cc7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $local = $false
# Wait for timer job during deploy and retract
function Wait4TimerJob($solution)
{
$counter = 120
$counter = 240
$sleeptime = 1

while( ($solution.JobExists -eq $true ) -and ( $counter -gt 0 ) )
Expand Down
8 changes: 6 additions & 2 deletions tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ if ($sol -ne $null)
#Uninstall-SPSolution $sol -AllWebApplications -Local
#$sol.LastOperationDetails | Write-Host -ForegroundColor Yellow
#Remove-SPSolution $sol
}

"You have to manually uninstall the solution: " + $file.Name | Write-Host -ForegroundColor Yellow
"You have to manually uninstall the solution: " + $file.Name | Write-Host -ForegroundColor Yellow
}
else
{
"Solution already uninstalled" | Write-Host -ForegroundColor Green
}

0 comments on commit c71cc7f

Please sign in to comment.