Commit e5185fc
committed
[tests] Windows not writing AndroidManifest.xml to disk
When debugging this particular test on Windows, it was never writing
`AndroidManifest.xml` to disk after the first build.
This expression was false, because the times are equal:
https://github.com/xamarin/xamarin-android/blob/master/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Common/XamarinProject.cs#L352
Modifying the `AndroidManifest` property to clear the `Timestamp` on
the project item, forces the file to be rewritten, and the test now
passes on Windows.1 parent b3e9820 commit e5185fc
File tree
1 file changed
+13
-1
lines changed- src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
115 | 127 | | |
116 | 128 | | |
117 | 129 | | |
| |||
0 commit comments