Skip to content

Commit a45f13a

Browse files
committed
refactor: import common targets, centrally
1 parent 4bf2470 commit a45f13a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: Directory.Build.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<NoWarn>$(NoWarn);Nullable</NoWarn>
2222
</PropertyGroup>
2323

24-
<Import Project="eng\targets\Packaging.targets" />
24+
<Import Project="eng\targets\Common.targets" />
2525

2626
<!-- Workaround https://github.com/dotnet/cli/issues/10528 -->
2727
<PropertyGroup>

Diff for: eng/targets/Common.targets

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<Import Project="Packaging.targets" />
4+
</Project>

0 commit comments

Comments
 (0)