We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0509b71 commit e80f1f6Copy full SHA for e80f1f6
src/playbook/Configuration/atlas/appx.yml
@@ -48,7 +48,8 @@ actions:
48
- !appx: {name: 'Microsoft.MixedReality.Portal*', type: family}
49
- !appx: {name: 'Microsoft.Windows.DevHome*', type: family}
50
- !appx: {name: 'Microsoft.BingWeather*', type: family}
51
- - !appx: {name: 'Microsoft.BingNews*', type: family}
+ # Caused errors in MS Store.
52
+ # - !appx: {name: 'Microsoft.BingNews*', type: family}
53
- !appx: {name: 'Microsoft.BingSearch*', type: family}
54
- !appx: {name: 'Microsoft.OutlookForWindows*', type: family}
55
- !appx: {name: 'Microsoft.GetHelp*', type: family}
0 commit comments