Hello,
I have the following error in Azure Pipelines. The error occurred after I updated the packages for Azure Function. The local build works normally and I don't know what to do about it. I use public org and us private feed, but I don't think it should be because of that.
If I do a downgrade, I lose the ability to use Aspire which was a lot of work.
Please does anyone know what to do about this error?
Thank you
2024-11-12T06:36:48.1297294Z myorgInfrastructure -> /home/vsts/work/1/s/Src/myorgInfrastructure/bin/Release/net8.0/myorgInfrastructure.dll
2024-11-12T06:36:55.2336149Z Determining projects to restore...
2024-11-12T06:36:57.9162767Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:36:57.9163651Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:57.9250962Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:36:57.9251813Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:57.9253330Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:36:57.9254398Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:57.9255212Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:36:57.9260999Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:57.9281383Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:36:57.9282806Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:58.9885054Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:36:58.9886570Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:59.0646797Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:36:59.0648166Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:59.0707665Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:36:59.0708533Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:59.1675081Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:36:59.1676152Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:59.1716437Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:36:59.1717367Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.0717310Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:37:00.0718455Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.1428853Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:37:00.1430092Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.2077721Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:00.2079688Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.2772441Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:00.2775145Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.4521794Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:37:00.4522688Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.2872482Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:37:01.2873981Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.3455990Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:01.3456511Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.3719845Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:37:01.3727381Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.4158704Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:01.4159469Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.5651481Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:37:01.5652026Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.3949763Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:02.3950563Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.4882168Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:37:02.4883055Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.5235787Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:37:02.5236397Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.6047936Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:02.6048789Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.7220818Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:37:02.7243458Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:03.5280452Z ##[error]Src/myorgFunctionApp/obj/Release/net8.0/WorkerExtensions/WorkerExtensions.csproj(0,0): Error NU1301: Failed to retrieve information about 'Microsoft.NET.Sdk.Functions' from remote source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:03.5283254Z /home/vsts/work/1/s/Src/myorgFunctionApp/obj/Release/net8.0/WorkerExtensions/WorkerExtensions.csproj : error NU1301: Failed to retrieve information about 'Microsoft.NET.Sdk.Functions' from remote source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.[fulllog.log](https://github.com/user-attachments/files/17712338/fulllog.log)
Environment type (Please select at least one enviroment where you face this issue)
[ ] Self-Hosted
[x] Microsoft Hosted
[ ] VMSS Pool
[ ] Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
ubuntu-latest
Relevant log output
2024-11-12T06:36:48.1297294Z myorgInfrastructure -> /home/vsts/work/1/s/Src/myorgInfrastructure/bin/Release/net8.0/myorgInfrastructure.dll
2024-11-12T06:36:55.2336149Z Determining projects to restore...
2024-11-12T06:36:57.9162767Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:36:57.9163651Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:57.9250962Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:36:57.9251813Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:57.9253330Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:36:57.9254398Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:57.9255212Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:36:57.9260999Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:57.9281383Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:36:57.9282806Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:58.9885054Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:36:58.9886570Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:59.0646797Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:36:59.0648166Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:59.0707665Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:36:59.0708533Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:59.1675081Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:36:59.1676152Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:36:59.1716437Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:36:59.1717367Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.0717310Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:37:00.0718455Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.1428853Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:37:00.1430092Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.2077721Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:00.2079688Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.2772441Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:00.2775145Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:00.4521794Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:37:00.4522688Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.2872482Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:37:01.2873981Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.3455990Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:01.3456511Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.3719845Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:37:01.3727381Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.4158704Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:01.4159469Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:01.5651481Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:37:01.5652026Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.3949763Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:02.3950563Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.4882168Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.netcore.targets/index.json'.
2024-11-12T06:37:02.4883055Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.5235787Z Failed to download package 'Microsoft.NETCore.Targets.3.0.0' from 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.netcore.targets/3.0.0/microsoft.netcore.targets.3.0.0.nupkg'.
2024-11-12T06:37:02.5236397Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.6047936Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/af41060d-f5f5-4667-8078-42f88f984727/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:02.6048789Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:02.7220818Z Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.azure.webjobs.extensions.servicebus/index.json'.
2024-11-12T06:37:02.7243458Z Response status code does not indicate success: 401 (Unauthorized).
2024-11-12T06:37:03.5280452Z ##[error]Src/myorgFunctionApp/obj/Release/net8.0/WorkerExtensions/WorkerExtensions.csproj(0,0): Error NU1301: Failed to retrieve information about 'Microsoft.NET.Sdk.Functions' from remote source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.
2024-11-12T06:37:03.5283254Z /home/vsts/work/1/s/Src/myorgFunctionApp/obj/Release/net8.0/WorkerExtensions/WorkerExtensions.csproj : error NU1301: Failed to retrieve information about 'Microsoft.NET.Sdk.Functions' from remote source 'https://pkgs.dev.azure.com/myorg/f433b8a7-a701-48e9-b916-e4ac90fa6b4b/_packaging/036f3e9a-7104-43cd-bed3-406a8f5ec881/nuget/v3/flat2/microsoft.net.sdk.functions/index.json'.[fulllog.log](https://github.com/user-attachments/files/17712338/fulllog.log)
New issue checklist
Task name
DotNetCoreCLI@2
Task version
No response
Issue Description
Hello, I have the following error in Azure Pipelines. The error occurred after I updated the packages for Azure Function. The local build works normally and I don't know what to do about it. I use public org and us private feed, but I don't think it should be because of that.
If I do a downgrade, I lose the ability to use Aspire which was a lot of work.
Please does anyone know what to do about this error? Thank you
Use packages:
NuGet.config:
Pipeline:
Error log:
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
ubuntu-latest
Relevant log output
Full task logs with system.debug enabled
fulllog.log
Repro steps