Skip to content

Commit dfe88cf

Browse files
Add extendedBackgroundTaskTime capability to try and prevent AppService BackgroundTask timeout.
1 parent aa1c557 commit dfe88cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

UITests/UITests.App/Package.appxmanifest

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
33
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
44
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
5-
IgnorableNamespaces="uap mp">
5+
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
6+
IgnorableNamespaces="uap mp rescap">
67

78
<Identity
89
Name="3568ebdf-5b6b-4ddd-bb17-462d614ba50f"
@@ -48,5 +49,7 @@
4849

4950
<Capabilities>
5051
<Capability Name="internetClient" />
52+
<!-- Our AppService Background Connection will Timeout after a period of time otherwise. -->
53+
<rescap:Capability Name="extendedBackgroundTaskTime"/>
5154
</Capabilities>
5255
</Package>

0 commit comments

Comments
 (0)