Skip to content

Commit e80f1f6

Browse files
committed
feat: removed problematic line
1 parent 0509b71 commit e80f1f6

File tree

1 file changed

+2
-1
lines changed
  • src/playbook/Configuration/atlas

1 file changed

+2
-1
lines changed

src/playbook/Configuration/atlas/appx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ actions:
4848
- !appx: {name: 'Microsoft.MixedReality.Portal*', type: family}
4949
- !appx: {name: 'Microsoft.Windows.DevHome*', type: family}
5050
- !appx: {name: 'Microsoft.BingWeather*', type: family}
51-
- !appx: {name: 'Microsoft.BingNews*', type: family}
51+
# Caused errors in MS Store.
52+
# - !appx: {name: 'Microsoft.BingNews*', type: family}
5253
- !appx: {name: 'Microsoft.BingSearch*', type: family}
5354
- !appx: {name: 'Microsoft.OutlookForWindows*', type: family}
5455
- !appx: {name: 'Microsoft.GetHelp*', type: family}

0 commit comments

Comments
 (0)