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] Typo in Xamarin.Android.Windows.targets (#970)
Commit 286b9c2 added extra item to `@(_FilesToRegister)` as part of
the `IncrementalClean` target.
Unfortunately, one of the values omitted the `$`, resulting in an
"invalid" property name reference.
This commit fixes that issue.
Copy file name to clipboardExpand all lines: src/Xamarin.Android.Build.Tasks/MSBuild/Xamarin/Android/Xamarin.Android.Common/ImportAfter/Xamarin.Android.Windows.targets
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Copyright (C) 2014 Xamarin. All rights reserved.
0 commit comments