Skip to content

Commit 70c555b

Browse files
dmetzgarrainersigwald
authored andcommitted
Updating path to use MSBuildThisFileDirectory so for robustness and
clarity
1 parent aebc26c commit 70c555b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XMakeTasks/Microsoft.Xaml.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
the .NET Framework directory and thus will no longer be the right answer. Override it to point
1414
to the correct .NET Framework location. -->
1515
<PropertyGroup>
16-
<XamlBuildTaskPath Condition="'$(XamlBuildTaskPath)' == ''">$(MSBuildToolsPath)</XamlBuildTaskPath>
16+
<XamlBuildTaskPath Condition="'$(XamlBuildTaskPath)' == ''">$(MSBuildThisFileDirectory)</XamlBuildTaskPath>
1717
</PropertyGroup>
1818

1919
<Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.Xaml.targets" />

0 commit comments

Comments
 (0)