We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebc26c commit 70c555bCopy full SHA for 70c555b
src/XMakeTasks/Microsoft.Xaml.targets
@@ -13,7 +13,7 @@
13
the .NET Framework directory and thus will no longer be the right answer. Override it to point
14
to the correct .NET Framework location. -->
15
<PropertyGroup>
16
- <XamlBuildTaskPath Condition="'$(XamlBuildTaskPath)' == ''">$(MSBuildToolsPath)</XamlBuildTaskPath>
+ <XamlBuildTaskPath Condition="'$(XamlBuildTaskPath)' == ''">$(MSBuildThisFileDirectory)</XamlBuildTaskPath>
17
</PropertyGroup>
18
19
<Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.Xaml.targets" />
0 commit comments