Skip to content

Commit b751d4f

Browse files
committed
Put the spaces somewhere else than EOL
1 parent d37a780 commit b751d4f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Nikola Milosavljevic <[email protected]>
33
Date: Tue, 4 Feb 2025 22:18:35 +0000
4-
Subject: [PATCH] use the documented artifact ext
4+
Subject: [PATCH] Remove extra spaces in Publishing.props (#6251)
55

66
---
7-
eng/Publishing.props | 2 +-
8-
1 file changed, 1 insertion(+), 1 deletion(-)
7+
eng/Publishing.props | 4 ++--
8+
1 file changed, 2 insertions(+), 2 deletions(-)
99

1010
diff --git a/eng/Publishing.props b/eng/Publishing.props
11-
index 5fe1ceb1a..e8289fe7d 100644
11+
index d5604fbf8..7517ca4e5 100644
1212
--- a/eng/Publishing.props
1313
+++ b/eng/Publishing.props
14-
@@ -1,4 +1,4 @@
15-
-<Project>
16-
+<Project>
14+
@@ -2,7 +2,7 @@
1715

1816
<ItemGroup>
1917
<Artifact Include="$(ArtifactsDir)nupkgs/*.nupkg"
18+
- PublishFlatContainer="false" />
19+
+ PublishFlatContainer="false" />
20+
</ItemGroup>
21+
-
22+
</Project>
23+
--
24+
2.47.1.windows.2

0 commit comments

Comments
 (0)