When you deploy the stored procedure from SQLCMD the QUOTED_IDENTIFIER is OFF by default. However you can use the -I option to turn on the QUOTED_IDENRFIER add this flag: -I SQLCMD.EXE -U $(sqlUsername) -P (PASSWORD) -S $(sqlServerName) -I -d $(dataBaseName) -t 20 -i C:\TSQLT\RunTests.sql
this site will guide you how to overcome some problems you may face during your work and guide you how to perform simple technical operations to achieve your goals.