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

Commit

Permalink
Block set-env.ps1 from sending to output stream (#1020)
Browse files Browse the repository at this point in the history
* Update manifest.ps1

* Remove output

* Capture output from set-env

* Reset set-env

* Send set-env output to Out-Null

* Remove debugging statement
  • Loading branch information
anjbur authored May 20, 2022
1 parent 2b82379 commit 70c881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/manifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param(
);


& "$PSScriptRoot/set-env.ps1"
& "$PSScriptRoot/set-env.ps1" | Out-Null

$artifacts = @{
Packages = @(
Expand Down

0 comments on commit 70c881d

Please sign in to comment.