Following line builds locally in Visual Studio
Assert.IsNotNull(login.Prihlásenie);
But in Azure DevOps build pipeline I'm getting error
Error CS1056: Unexpected character '¾'
I guess it is because of the different charset in my local Windows. Is is possible to force Visual Studio always save files with unicode encoding or whatever the build agent expects?