Skip to content

Commit d8e84af

Browse files
ViktorHofercaptainsafia
authored andcommitted
Import Common.props after the Arcade.SDK in props file (#59309)
The Common.props file now depends on the `DotNetBuild` property which isn't available before the Arcade SDK is imported. Therefore move the import down after the Arcade SDK is imported. I verified (for every single property defined in Common.props) that it isn't used anywhere in the Arcade.SDK or in aspnetcore before where it's now imported.
1 parent e26986a commit d8e84af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project>
2-
<Import Project="eng\Common.props" />
32

43
<PropertyGroup>
54
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
@@ -98,6 +97,7 @@
9897
<Import Project="eng\QuarantinedTests.BeforeArcade.props" />
9998
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
10099
<Import Project="eng\QuarantinedTests.AfterArcade.props" />
100+
<Import Project="eng\Common.props" />
101101

102102
<PropertyGroup>
103103
<Product>Microsoft ASP.NET Core</Product>

0 commit comments

Comments
 (0)