Process needs to be manual because wingetcreate can't be use due to limitation as we are using two scope in our manifest with one url. See microsoft/winget-create#166 and microsoft/winget-create#291 (cc @dpprdan)
Also, it can't be used interactively either due to this.
For now, I am doing manual update using YAMLCreate.ps1 in winget-pks repo.
We could try modifying the manifests manually to automate, but probably more work than doing update manually, until they solve the issue.
Process needs to be manual because
wingetcreatecan't be use due to limitation as we are using two scope in our manifest with one url. See microsoft/winget-create#166 and microsoft/winget-create#291 (cc @dpprdan)Also, it can't be used interactively either due to this.
For now, I am doing manual update using YAMLCreate.ps1 in
winget-pksrepo.We could try modifying the manifests manually to automate, but probably more work than doing update manually, until they solve the issue.