From a5310b8b92d28872aa874c789a7275377567baa7 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Thu, 24 Oct 2024 00:54:29 +0700 Subject: [PATCH] .build: Added .runtime.config patch for running binary serialization tests --- .build/TestReferences.Common.targets | 4 +- .build/TestSerialization.targets | 102 +++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 1 deletion(-) create mode 100644 .build/TestSerialization.targets diff --git a/.build/TestReferences.Common.targets b/.build/TestReferences.Common.targets index 9eab94e1c1..23c6b6d697 100644 --- a/.build/TestReferences.Common.targets +++ b/.build/TestReferences.Common.targets @@ -25,4 +25,6 @@ - \ No newline at end of file + + + diff --git a/.build/TestSerialization.targets b/.build/TestSerialization.targets new file mode 100644 index 0000000000..38aa6eaec2 --- /dev/null +++ b/.build/TestSerialization.targets @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + $(TargetDir)$(AssemblyName).runtimeconfig.json + false + true + + + + + +