From 4f6839d5123b6d24b16e23f6e71b0ea620afc566 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 10 Jan 2023 15:17:13 -0800 Subject: [PATCH] Supress noisy RAR messages to see if that cleans up the logs some --- src/redist/redist.csproj | 1 + src/redist/targets/DownloadPackage.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj index d9b868ecc..f4571886e 100644 --- a/src/redist/redist.csproj +++ b/src/redist/redist.csproj @@ -4,6 +4,7 @@ true false false + true diff --git a/src/redist/targets/DownloadPackage.csproj b/src/redist/targets/DownloadPackage.csproj index 41f96901e..d9af49574 100644 --- a/src/redist/targets/DownloadPackage.csproj +++ b/src/redist/targets/DownloadPackage.csproj @@ -5,6 +5,7 @@ Library false true + true