Forum Discussion
jaseela1890
Oct 31, 2023Copper Contributor
Install .NET Core Runtime & Hosting Version 3.1 -error
i am trying to run release pipeline in azure devops by using azure virtual machine.iam deploying dot net core project.when i running release pipe line i got below error Install .NET Core Runti...
Kidd_Ip
Jun 26, 2025MVP
Please ensure your Azure VM is 64-bit and supports the .NET Core 3.1 Hosting Bundle, and try to run the installer manually to see whether success or not, may also check PowerShell is not restricted:
Get-ExecutionPolicy
$PSVersionTable.PSVersion
Finally, always try to use the latest version