From 70c881d8b93f290bca6145fb5fda28e5dbc57827 Mon Sep 17 00:00:00 2001 From: Angela Burton Date: Thu, 19 May 2022 17:13:31 -0700 Subject: [PATCH] Block set-env.ps1 from sending to output stream (#1020) * Update manifest.ps1 * Remove output * Capture output from set-env * Reset set-env * Send set-env output to Out-Null * Remove debugging statement --- build/manifest.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/manifest.ps1 b/build/manifest.ps1 index 1983569454a..19db87fcc22 100644 --- a/build/manifest.ps1 +++ b/build/manifest.ps1 @@ -15,7 +15,7 @@ param( ); -& "$PSScriptRoot/set-env.ps1" +& "$PSScriptRoot/set-env.ps1" | Out-Null $artifacts = @{ Packages = @(