I am facing some issue while executing scripts via CI/CD. I have created Database Project in Visual Studio and add the simple script of update. In my script, i have update the name like this 'abc - 123'. but after executing it via CI/CD or through power
shell file, name is appearing like this 'abc ? 123'. i.e '-' is converting into ? , while executing the same script manually giving me the correct name. Can you please guide what should i use so i can get the - in result.
↧