Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[msbuild] Make DetectSigningIdentity.CodesignEntitlements an ITaskIte…
…m property. (#16174) This way XVS will copy the corresponding file to the mac during a build. Fixes this error: Target Name=_DetectSigningIdentity Project=C:\Users\admin\source\repos\iOSApp4\iOSApp4\iOSApp4.csproj DetectSigningIdentity Assembly = C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\16.0.515\tools\msbuild\iOS\..\iOS\Xamarin.iOS.Tasks.dll Parameters AppBundleName = iOSApp4 BundleIdentifier = com.companyname.iOSApp4 CodesignEntitlements = Entitlements.plist RequireCodeSigning = False SdkIsSimulator = True SdkPlatform = iPhoneSimulator SessionId = ... TargetFrameworkMoniker = .NETCoreApp,Version=v6.0,Profile=ios DetectSigningIdentity: 2022-09-28T04:17:13.3947732-07:00 - Started DetectSigningIdentity: 2022-09-28T04:17:13.3947732-07:00 - Initializing [xma][info]: Trying to get a Build Connection for Session '...': Xamarin.Messaging.Build.Client.BuildConnection...., Lifetime: AppDomain DetectSigningIdentity: 2022-09-28T04:17:13.3947732-07:00 - Initialized DetectSigningIdentity: 2022-09-28T04:17:13.3957722-07:00 - There's no available inputs to copy to the Mac DetectSigningIdentity: 2022-09-28T04:17:13.3957722-07:00 - Serializing intputs DetectSigningIdentity: 2022-09-28T04:17:13.4077719-07:00 - Executing [xma][info]: Starting remote task execution for 'iOSApp4': Xamarin.MacDev.Tasks.DetectSigningIdentity [xma][info]: Sending Request Xamarin.Messaging.Build.Contracts.ExecuteTaskMessage to topic xvs/build/execute-task/iOSApp4/01e0050002fDetectSigningIdentity [xma][err]: An error occurred on the receiver while executing a post for topic xvs/build/execute-task/iOSApp4/01e0050002fDetectSigningIdentity and client build01e0050ee064bdc5af5fe8d051898268699b25ed1eeec849023e711753e8d82d6484admin [xma][info]: An error occurred while executing the operation. The Build Server connection is active and running so no retries will be attempted. Errors C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\16.0.515\tools\msbuild\iOS\Xamarin.Shared.targets(1699,3): MessagingRemoteException: An error occurred on client Build while executing a reply for topic xvs/build/execute-task/iOSApp4/01e0050002fDetectSigningIdentity FileNotFoundException: Could not find file "/Users/vstester/Library/Caches/Xamarin/mtbs/builds/iOSApp4/.../Entitlements.plist" [C:\Users\admin\source\repos\iOSApp4\iOSApp4\iOSApp4.csproj] DetectSigningIdentity: 2022-09-28T04:17:13.4631033-07:00 - Finished Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1635214.
- Loading branch information
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
5133556
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Status for 'xamarin-macios - sample testing (build)': failure.