I'm using the below BIML script which was fully functional till Friday 12/04/2020, how ever the script started throwing errors about the name space today with no changes in the script. Is any one facing similar issues? If yes can you please advise on how to resolve it?
Dynamically generating the package names using the below
<Packages>
<#foreach (DataRow row in tables.Rows){ #>
<Package PackageName="<#=row[1]#>" />
<#}#>
</Packages>
</PackageProject>
</Projects>
Error: