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
[msbuild] Don't try to create an output file on Windows using a full path. (#21486)
Fixes this warning:
> [...]\packs\Microsoft.iOS.Sdk.net9.0_18.0\18.0.9731-ci.dev-rolf\tools\msbuild\iOS\Xamarin.Shared.targets(755,3): Access to the path 'C:\Users\rolf\Library\Caches\Xamarin\mtbs\builds\BundleStructure\e3602c179d4eceb04f35658ffc4180192072542b74da729d64a6505c255de589\obj\Debug\net9.0-ios\ios-arm64' is denied.
@@ -524,16 +525,16 @@ public override bool Execute ()
524
525
/* The path to the entitlements must be resolved to the full path, because we might want to reference it from a containing project that just references this project,
525
526
* and in that case it becomes a bit complicated to resolve to a full path on disk when building remotely from Windows. Instead just resolve to a full path here,
526
527
* and use that from now on. This has to be done from a task, so that we get the full path on the mac when executed remotely from Windows. */
0 commit comments