From 5bd8fdc78c5f0a5bf00f2e5557b1f70d7ca18ac7 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sun, 18 May 2025 14:06:58 +1000 Subject: [PATCH] UseArtifactsOutput --- .gitattributes | 2 ++ Directory.Build.props | 6 ++++++ DotNetSolutionTools.slnx | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitattributes create mode 100644 Directory.Build.props diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..63303c2 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,6 @@ + + + true + true + + diff --git a/DotNetSolutionTools.slnx b/DotNetSolutionTools.slnx index ff80683..a149de0 100644 --- a/DotNetSolutionTools.slnx +++ b/DotNetSolutionTools.slnx @@ -7,6 +7,7 @@ + @@ -14,4 +15,4 @@ - + \ No newline at end of file