From cf75087803c03501857b7ce933a3f6b98778b058 Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 17 Jun 2014 18:11:30 +0200 Subject: [PATCH] Removed exit, which might solve the "Command executed with exception" at AppVeyor [ci skip] --- deploy.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy.ps1 b/deploy.ps1 index 46f66493a..1e6d2695e 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -74,7 +74,6 @@ try { $session.Dispose() } - exit 0 } catch [Exception] { Write-Host "Error: "$_.Exception exit 1