I tried build my first photino blazor application to Linux.
I download the sample code from official github and want publish to Linux and try run.
https://github.com/tryphotino/photino.Blazor
But I found that when I publish, it would show the error and I don't know how to fix it.
'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/tryphotino/b45daa6f-eacf-476b-a99e-56768f5ea55d/_packaging/c61f04ae-4aea-4fce-97a1-e4f3e91b26f3/nuget/v3/flat2/microsoft.netcore.app.host.linux-x64/index.json'.1>Response status code does not indicate success: 401 (Unauthorized - No local versions of package 'microsoft.netcore.app.host.linux-x64'; please provide authentication to access versions from upstream that have not yet been saved to your feed. (DevOps Activity ID: E7D3E76A-84FE-41B8-9F30-57349A52AC91)).
This is my deploy options.
Thank you in advance for help.