Checking assemblies target framework version before azure deployment Follow
Hello,
We have an ASP.NET application, that can be deployed on Azure via a teamcity job. Some times ago, we had an issue because one of my fellow dev added a reference to a netcore assembly, which couldn't be loaded on Azure, thus displaying a cryptic html error page.
Is there a way (via plugin maybe) to add a teamcity job that could analyze all to-be-deployed assemblies to check for some prerequisites on TargetFrameworkVersion ?
regards,
Jean-Pierre
Please sign in to leave a comment.