Commit b10fa8e
Fix: use IntermediateOutputPath for typemap output directory
Use $(IntermediateOutputPath) instead of manually constructing the path
from $(BaseIntermediateOutputPath)$(Configuration)/$(TargetFramework)/.
The manual construction breaks when AppendTargetFrameworkToOutputPath
is false, as in the test infrastructure.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent de48eba commit b10fa8e
File tree
1 file changed
+1
-1
lines changed- src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments