Skip to content

Commit

Permalink
Upgrade using manifest must have package found in installed source
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Jan 25, 2023
1 parent 6f56129 commit c463ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Commands/UpgradeCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ namespace AppInstaller::CLI
context <<
GetManifestFromArg <<
SearchSourceUsingManifest <<
EnsureOneMatchFromSearchResult(SearchResultType::Upgrade) <<
EnsureOneMatchFromSearchResult(SearchResultType::FromInstalledSource) <<
GetInstalledPackageVersion <<
EnsureUpdateVersionApplicable <<
SelectInstaller <<
Expand Down

0 comments on commit c463ba6

Please sign in to comment.