Skip to content

Commit

Permalink
only copy for iPhone
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 11, 2020
1 parent 4fe383b commit 55ee230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mobile.BuildTools/iOSManifests.targets
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<Target Name="IPACopyToStagingDirectory"
AfterTargets="_ZipIpa"
DependsOnTargets="_ZipIpa"
Condition=" '$(BuildToolsEnableArtifactCopy)' And !'$(IsAppCenter)' ">
Condition=" $(Platform) == 'iPhone' And '$(BuildToolsEnableArtifactCopy)' And !'$(IsAppCenter)' ">

<PropertyGroup>
<__IpaFileName Condition=" '$(IpaPackagePath)' != '' ">$([System.IO.Path]::GetFileNameWithoutExtension('$(IpaPackagePath)'))</__IpaFileName>
Expand Down

0 comments on commit 55ee230

Please sign in to comment.