Skip to content

Commit 100b71d

Browse files
committed
Details, details...
1 parent 907bd19 commit 100b71d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,8 +2379,8 @@ because xbuild doesn't support framework reference assemblies.
23792379
ZipAlignmentPages="$(AndroidZipAlignment)"
23802380
UseAssemblyStore="$(AndroidUseAssemblyStore)"
23812381
AndroidBinUtilsDirectory="$(AndroidBinUtilsDirectory)"
2382-
IntermediateOutputPath="$(IntermediateOutputPath)">
2383-
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2382+
IntermediateOutputPath="$(IntermediateOutputPath)"
2383+
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)"
23842384
AssemblyStoreEmbeddedInRuntime="$(_AndroidEmbedAssemblyStoreInRuntime)">
23852385
<Output TaskParameter="OutputFiles" ItemName="ApkFiles" />
23862386
</BuildApk>
@@ -2450,8 +2450,8 @@ because xbuild doesn't support framework reference assemblies.
24502450
CheckedBuild="$(_AndroidCheckedBuild)"
24512451
ZipAlignmentPages="$(AndroidZipAlignment)"
24522452
AndroidBinUtilsDirectory="$(AndroidBinUtilsDirectory)"
2453-
IntermediateOutputPath="$(IntermediateOutputPath)">
2454-
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2453+
IntermediateOutputPath="$(IntermediateOutputPath)"
2454+
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)"
24552455
AssemblyStoreEmbeddedInRuntime="$(_AndroidEmbedAssemblyStoreInRuntime)">
24562456
<Output TaskParameter="OutputFiles" ItemName="BaseZipFile" />
24572457
</BuildBaseAppBundle>
@@ -2525,8 +2525,8 @@ because xbuild doesn't support framework reference assemblies.
25252525
ZipFlushSizeLimit="$(_ZipFlushSizeLimit)"
25262526
ExcludeFiles="@(AndroidPackagingOptionsExclude)"
25272527
AndroidBinUtilsDirectory="$(AndroidBinUtilsDirectory)"
2528-
IntermediateOutputPath="$(IntermediateOutputPath)">
2529-
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2528+
IntermediateOutputPath="$(IntermediateOutputPath)"
2529+
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)"
25302530
AssemblyStoreEmbeddedInRuntime="$(_AndroidEmbedAssemblyStoreInRuntime)">
25312531
<Output TaskParameter="OutputFiles" ItemName="ApkFiles" />
25322532
</BuildApk>
@@ -2566,8 +2566,8 @@ because xbuild doesn't support framework reference assemblies.
25662566
ZipFlushSizeLimit="$(_ZipFlushSizeLimit)"
25672567
ExcludeFiles="@(AndroidPackagingOptionsExclude)"
25682568
AndroidBinUtilsDirectory="$(AndroidBinUtilsDirectory)"
2569-
IntermediateOutputPath="$(IntermediateOutputPath)">
2570-
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2569+
IntermediateOutputPath="$(IntermediateOutputPath)"
2570+
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)"
25712571
AssemblyStoreEmbeddedInRuntime="$(_AndroidEmbedAssemblyStoreInRuntime)">
25722572
<Output TaskParameter="OutputFiles" ItemName="BaseZipFile" />
25732573
</BuildBaseAppBundle>

0 commit comments

Comments
 (0)