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 d3ea8ba commit b81ea3eCopy full SHA for b81ea3e
src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
@@ -2304,8 +2304,8 @@ because xbuild doesn't support framework reference assemblies.
2304
KeyAlias="$(_ApkKeyAlias)"
2305
KeyPass="$(_ApkKeyPass)"
2306
StorePass="$(_ApkStorePass)"
2307
- PlatformKey="$(AndroidSigningPlatformKey)"
2308
- PlatformCert="$(AndroidSigningPlatformCert)"
+ PlatformKey="$(AndroidSigningPlatformKey)"
+ PlatformCert="$(AndroidSigningPlatformCert)"
2309
ToolPath="$(JavaToolPath)"
2310
ToolExe="$(JavaToolExe)"
2311
ManifestFile="$(IntermediateOutputPath)android\AndroidManifest.xml"
0 commit comments