Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 1a9d5bc

Browse files
authored
Remove trailing slash from xbd path
Since the variable now has the slash appended to it, we don't want \\
1 parent 298a56c commit 1a9d5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<!-- If the Android SDK does NOT have Support Libs installed -->
2121
<PropertyGroup Condition="!Exists('$(_XbdAarFileInSdk_)')">
22-
<_XbdAarFileFullPath_>$(XamarinBuildDownloadDir)\$(_XbdKey_)\$(_XbdAarFile_)</_XbdAarFileFullPath_>
22+
<_XbdAarFileFullPath_>$(XamarinBuildDownloadDir)$(_XbdKey_)\$(_XbdAarFile_)</_XbdAarFileFullPath_>
2323
</PropertyGroup>
2424

2525
<!-- If the Android SDK DOES have Support Libs installed -->
@@ -47,4 +47,4 @@
4747
</RestoreAssemblyAar>
4848
</ItemGroup>
4949
</Target>
50-
</Project>
50+
</Project>

0 commit comments

Comments
 (0)