diff --git a/.build/nugetBuild.step b/.build/nugetBuild.step
index c46c6675d7..1c99fad746 100644
--- a/.build/nugetBuild.step
+++ b/.build/nugetBuild.step
@@ -41,6 +41,7 @@
+
diff --git a/.build/versionBuilder.step b/.build/versionBuilder.step
index 8fc52dfc78..2aa5a55865 100644
--- a/.build/versionBuilder.step
+++ b/.build/versionBuilder.step
@@ -47,10 +47,10 @@
-
+
-
+
diff --git a/.uppercut b/.uppercut
index f16afcd103..bc0eda3630 100644
--- a/.uppercut
+++ b/.uppercut
@@ -18,6 +18,7 @@
+
diff --git a/src/chocolatey.resources/helpers/functions/Get-BinRoot.ps1 b/src/chocolatey.resources/helpers/functions/Get-BinRoot.ps1
index a512f6a4a5..81cec4cc69 100644
--- a/src/chocolatey.resources/helpers/functions/Get-BinRoot.ps1
+++ b/src/chocolatey.resources/helpers/functions/Get-BinRoot.ps1
@@ -15,7 +15,7 @@
function Get-BinRoot {
Write-Debug "Running 'Get-BinRoot'";
- Write-Output "Get-BinRoot is going to be deprecated by v1. Many packages no longer require it since the folders no longer have versions on them."
+ Write-Host "Get-BinRoot is going to be deprecated by v1. Many packages no longer require it since the folders no longer have versions on them."
# Since CamelCase was decided upon when $env:ChocolateyInstall was first invented, whe should stick to this convention and use $env:ChocolateyBinRoot.
# I propose: