microsoft / windows-dev-center-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the Windows Dev Center store from your automated CI builds
Other
42 stars 17 forks source link

Make comparing metadata listing name, metadata file extensions case in-sensitive #47

Closed kp101090 closed 6 years ago

kp101090 commented 6 years ago

Currently, Dev Center, behind the scenes, stores all listings of an app in lowercase. Our code around this logic is case-sensitive and can fail in certain situations. Similarly, while searching for png images on metadata, we are being case-sensitive. This issue is to track the fix for this!