Skip to content

Commit aac538b

Browse files
rladucavatsan-madhavan
authored andcommitted
Ensure the WindowsDesktopSdk RepoLocation overrides all others. This is key to packaging PresentationBuildTasks and associated files. (#2366)
1 parent a45d940 commit aac538b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/WpfArcadeSdk/tools/ShippingProjects.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<RepoLocation Condition="'$(RepoLocation)' == '' And $(ExternalShippingProjects.Contains('$(NormalizedMSBuildProjectName)'))">External</RepoLocation>
187187

188188
<!-- WindowsDesktopSdk overrides Internal, External etc. -->
189-
<RepoLocation Condition="'$(RepoLocation)' == '' And $(WindowsDesktopSdkProject.Contains('$(NormalizedMSBuildProjectName)'))">WindowsDesktopSdk</RepoLocation>
189+
<RepoLocation Condition="$(WindowsDesktopSdkProject.Contains('$(NormalizedMSBuildProjectName)'))">WindowsDesktopSdk</RepoLocation>
190190

191191
<IncludeLibFilesInPackaging Condition="$(ShippingLibProjects.Contains('$(NormalizedMSBuildProjectName)'))">true</IncludeLibFilesInPackaging>
192192
</PropertyGroup>

0 commit comments

Comments
 (0)