microsoft / winget-create

The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
MIT License
503 stars 85 forks source link

Always prompt for package identifier #288

Closed ryfu-msft closed 2 years ago

ryfu-msft commented 2 years ago

Fixes #283

Fixes an error in the logic where the package identifier was not being prompted if the repo settings were not set to the default "microsoft/winget-pkgs". Changed the ordering so that the package identifier should always be prompted and duplicate id checking should only be applied to default repo settings.

Verified manually.

Microsoft Reviewers: Open in CodeFlow