You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -283,6 +284,7 @@ Copyright (C) 2013-2016 Xamarin. All rights reserved.
283
284
SessionId="$(BuildSessionId)"
284
285
Condition="'$(IsMacEnabled)' == 'true'"
285
286
DittoPath="$(DittoPath)"
287
+
SdkDevPath="$(_SdkDevPath)"
286
288
Source="$(AppBundleDir)"
287
289
Destination="$(_IpaAppBundleDir)"
288
290
/>
@@ -346,7 +348,7 @@ Copyright (C) 2013-2016 Xamarin. All rights reserved.
346
348
</PropertyGroup>
347
349
</Target>
348
350
349
-
<TargetName="_PackageOnDemandResources"Condition="'$(BuildIpa)' == 'true' And '$(EnableOnDemandResources)' == 'true' And ('$(_DistributionType)' == 'AppStore' Or '$(_DistributionType)' == 'AdHoc')" >
351
+
<TargetName="_PackageOnDemandResources"Condition="'$(BuildIpa)' == 'true' And '$(EnableOnDemandResources)' == 'true' And ('$(_DistributionType)' == 'AppStore' Or '$(_DistributionType)' == 'AdHoc')"DependsOnTargets="_DetectSdkLocations">
0 commit comments