Skip to content

Commit

Permalink
#16 Changing to Write-Output for remote powershell support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreypalermo committed Sep 30, 2022
1 parent 458bcf3 commit cb9831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Function PackageAcceptanceTests {

Function Package{
Write-Output "Packaging nuget packages"
dotnet tool install --global Octopus.DotNet.Cli | Write-Host $_ #prevents red color is already installed
dotnet tool install --global Octopus.DotNet.Cli | Write-Output $_ #prevents red color is already installed
PackageUI
PackageDatabase
PackageAcceptanceTests
Expand Down

0 comments on commit cb9831d

Please sign in to comment.