Question came up.. what sort of scripts do you use with SolutionScripts? Here’s one that does the ASP.NET compile thing. Stick it in your SolutionScripts directory and you can run aspcomp from the Nuget console.
Categories
-
Recent Posts
Meta
Question came up.. what sort of scripts do you use with SolutionScripts? Here’s one that does the ASP.NET compile thing. Stick it in your SolutionScripts directory and you can run aspcomp from the Nuget console.
Sharing a Nuget package our team has been using for awhile: SolutionScripts. It’s ridiculously simple, more of an idea than anything else. It runs the PowerShell scripts we put in a conventional folder. We can version those scripts with our … Continue reading