From b72ddc7d46ee41ec142fe0702c7e8d2c82984dfc Mon Sep 17 00:00:00 2001 From: Mitch Razga <74954528+MitchRazga@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:17:13 +1000 Subject: [PATCH] Add UseArtifactsOutput to Directory.Build.props --- Directory.Build.props | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..38ee9386 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,7 @@ + + + + true + + + \ No newline at end of file