I created a Azure function Project in Visual studio 2019. Everything works great on my desktop but the project is failing at NuGet Restore task in Azure DevOps Pipeline with below error.
Package Microsoft.Azure.WebJobs 3.0.0 is not compatible with netcoreapp3.1
2020-06-09T08:32:02.2578449Z ##[error]The nuget command failed with exit code(1) and error(Errors in E:\agent_work\491\s\CPUSRETools\AzureCapacityUsage\AzureCapacityUsage.csproj Package Microsoft.Azure.WebJobs 3.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.Azure.WebJobs 3.0.0 supports: netstandard2.0 (.NETStandard,Version=v2.0) Package Microsoft.Azure.WebJobs.Extensions 3.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.Azure.WebJobs.Extensions 3.0.0 supports: netstandard2.0 (.NETStandard,Version=v2.0) Package Microsoft.Azure.WebJobs.Extensions.Http 3.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.Azure.WebJobs.Extensions.Http 3.0.0 supports: netstandard2.0 (.NETStandard,Version=v2.0) One or more packages are incompatible with .NETCoreApp,Version=v3.1.)
2020-06-09T08:32:02.2592475Z ##[debug]Processed: ##vso[task.issue type=error;]The nuget command failed with exit code(1) and error(Errors in E:\agent_work\491\s\CPUSRETools\AzureCapacityUsage\AzureCapacityUsage.csproj%0D%0A Package Microsoft.Azure.WebJobs 3.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.Azure.WebJobs 3.0.0 supports: netstandard2.0 (.NETStandard,Version=v2.0)%0D%0A Package Microsoft.Azure.WebJobs.Extensions 3.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.Azure.WebJobs.Extensions 3.0.0 supports: netstandard2.0 (.NETStandard,Version=v2.0)%0D%0A Package Microsoft.Azure.WebJobs.Extensions.Http 3.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.Azure.WebJobs.Extensions.Http 3.0.0 supports: netstandard2.0 (.NETStandard,Version=v2.0)%0D%0A One or more packages are incompatible with .NETCoreApp,Version=v3.1.)
2020-06-09T08:32:02.2594955Z ##[debug]task result: Failed
2020-06-09T08:32:02.2595537Z ##[error]Packages failed to restore