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
[Xamarin.Android.Build.Tasks] run a Clean if the project path changes. (#7476)
Fixes#6924
If the user moves the project to another location on the hard drive
the build will fail with errors such as.
```
APT2126 file not found. Foo.Foo C:\Foo.Foo\obj\Debug\net6.0-android\lp\122\jl\res\values\attr.xml 1
```
To work around this we should place the `$(MSBuildProjectFullPath)` value
in the `_PropertyCacheItems` ItemGroup. This will trigger a Clean if it
changes.
0 commit comments