Start Debugging
2020-11-20 Updated 2023-11-05 azure

Azure DevOps Fix: .NET Core SDK requires logout or session restart

How to fix the Azure DevOps build error 'Since you just installed the .NET Core SDK, you will need to logout or restart your session' by switching the build agent specification.

If you encounter the error “Since you just installed the .NET Core SDK, you will need to logout or restart your session before running the tool you installed” in Azure DevOps, the fix is to switch your build agent specification to windows-2019.

< Back