Commit 0bb6cc3
[xabt] remove
Context: https://github.com/MicrosoftDocs/xamarin-docs/blob/0506e3bf14b520776fc7d33781f89069bbc57138/docs/android/deploy-test/apply-changes.md
Fixes: #10188
This PR removes the `$(_AndroidAllowDeltaInstall)` MSBuild property
and related infrastructure as this feature has been removed from IDEs.
## Changes Made
- **Removed property constant**: Eliminated
`_AndroidAllowDeltaInstall` from `KnownProperties.cs`
- **Updated test cases**: Modified `DebuggingTest.cs` to remove the
`allowDeltaInstall` parameter from all test cases and removed one
test case that specifically tested the delta install functionality
- **Removed NuGet feed**: Eliminated the "xamarin.android util" feed
from `NuGet.config` that was used for the
`Xamarin.Android.Deploy.Installer` package
## Bump android-platform-support
Bump to DevDiv/android-platform-support/main@a8c83d7e
Changes: https://devdiv.visualstudio.com/DevDiv/_git/android-platform-support/branchCompare?baseVersion=GCba980b15c8d61f10d902602ad4e614423f39b43a&targetVersion=GCa8c83d7e7f77634433086d79fa3674f63cef3098
* [xabdt] Remove `$(_AndroidAllowDeltaInstall)` support
* Bump to dotnet/android-tools@d4b55297
* Update `Feeds\README.md` for `$XAMARIN_ANDROID_MANIFEST_URL`
## Files Modified
- `src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/KnownProperties.cs`
- Removed property constant
- `tests/MSBuildDeviceIntegration/Tests/DebuggingTest.cs` - Updated
test method signature and test cases
- `NuGet.config` - Removed deprecated NuGet feed and related comments
The changes are minimal and surgical, removing only the specific delta
install functionality without affecting other features. No
`PackageReference` to `Xamarin.Android.Deploy.Installer` was found in
the codebase, and no related .dll files exist in the repository.
Co-authored-by: Jonathan Peppers <[email protected]>$(_AndroidAllowDeltaInstall) (#10237)1 parent 1d22ff8 commit 0bb6cc3
File tree
4 files changed
+2
-23
lines changed- src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android
- tests/MSBuildDeviceIntegration/Tests
4 files changed
+2
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
290 | 289 | | |
291 | 290 | | |
292 | 291 | | |
293 | | - | |
294 | 292 | | |
295 | 293 | | |
296 | 294 | | |
297 | 295 | | |
298 | 296 | | |
299 | 297 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | 298 | | |
309 | 299 | | |
310 | 300 | | |
311 | 301 | | |
312 | 302 | | |
313 | 303 | | |
314 | | - | |
315 | 304 | | |
316 | 305 | | |
317 | 306 | | |
318 | 307 | | |
319 | 308 | | |
320 | 309 | | |
321 | | - | |
322 | 310 | | |
323 | 311 | | |
324 | 312 | | |
325 | 313 | | |
326 | 314 | | |
327 | 315 | | |
328 | | - | |
329 | 316 | | |
330 | 317 | | |
331 | 318 | | |
332 | 319 | | |
333 | 320 | | |
334 | 321 | | |
335 | | - | |
336 | 322 | | |
337 | 323 | | |
338 | 324 | | |
339 | 325 | | |
340 | 326 | | |
341 | 327 | | |
342 | | - | |
343 | 328 | | |
344 | 329 | | |
345 | 330 | | |
346 | 331 | | |
347 | 332 | | |
348 | 333 | | |
349 | | - | |
350 | 334 | | |
351 | 335 | | |
352 | 336 | | |
| |||
357 | 341 | | |
358 | 342 | | |
359 | 343 | | |
360 | | - | |
| 344 | + | |
361 | 345 | | |
362 | 346 | | |
363 | 347 | | |
| |||
409 | 393 | | |
410 | 394 | | |
411 | 395 | | |
412 | | - | |
413 | 396 | | |
414 | 397 | | |
415 | 398 | | |
| |||
0 commit comments