diff --git a/src/GitVersionExe/NugetAssets/chocolateyInstall.ps1 b/src/GitVersionExe/NugetAssets/chocolateyInstall.ps1 index 6b3caeda69..6d0d8b6d79 100644 --- a/src/GitVersionExe/NugetAssets/chocolateyInstall.ps1 +++ b/src/GitVersionExe/NugetAssets/chocolateyInstall.ps1 @@ -1,2 +1 @@ -Generate-BinFile "gfv" "$packageFolder\Tools\GitVersion.exe" -Write-ChocolateySuccess "GitVersion" \ No newline at end of file +Generate-BinFile "gfv" "$packageFolder\Tools\GitVersion.exe" \ No newline at end of file diff --git a/src/GitVersionExe/NugetAssets/chocolateyUninstall.ps1 b/src/GitVersionExe/NugetAssets/chocolateyUninstall.ps1 index eaf4578b08..06198afa27 100644 --- a/src/GitVersionExe/NugetAssets/chocolateyUninstall.ps1 +++ b/src/GitVersionExe/NugetAssets/chocolateyUninstall.ps1 @@ -1,3 +1,2 @@ Remove-BinFile "gfv" "$packageFolder\Tools\GitVersion.exe" -Remove-BinFile "GitVersion" "$packageFolder\Tools\GitVersion.exe" -Write-ChocolateySuccess "GitVersion" \ No newline at end of file +Remove-BinFile "GitVersion" "$packageFolder\Tools\GitVersion.exe" \ No newline at end of file