PowerShell Visual Studio Related Tasks

Building on my time with PowerShellGet and Git from PowerShell, I wanted additional script functionality to do more than just version control operations on my .NET app’s codebase. This included things like building the solution, running unit tests, launching Visual Studio, and cleaning up binary output (bin, obj, packages). Launching Visual Studio Solutions Starting off…
Read More