I have set of BIML scripts in my project and one of the package is giving compile error because it has references to some tables which will be replaced by new tables later. This package is independent and is running as scheduled job weekly. I have disabled the schedule job for now and enable after chaning this package.
Now, until the schema changes are done, I still want to compile other scripts which is now not possible unless I remove script from the project. Is there a way to ignore this script during compilation for time being?