From 2fcaf8c23b3d497fbd08e6204aeaaf6632510979 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 19 Mar 2025 10:15:36 -0700 Subject: [PATCH] Pass InnerBuildArgs to inner RepoTasks build in SourceBuild --- eng/DotNetBuild.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/DotNetBuild.props b/eng/DotNetBuild.props index 9c4eb173ed3e..e0c91afa961f 100644 --- a/eng/DotNetBuild.props +++ b/eng/DotNetBuild.props @@ -46,14 +46,14 @@ attempts as the install script walks through potential locations for a runtime. The overall build script will return a proper exit code, but we don't want to pick up the printed error messages. -->