Showing archive results for July 2019

Jul 18, 2019
Post comments count3
Post likes count1

Introducing PowerShell as .NET Global Tool

Aditya Patwardhan
Aditya Patwardhan

PowerShell is very suitable for CI/CD scenarios due to its easy and well understood scripting paradigm, and its cross-platform support makes it great for building and testing cross-platform applications. A .NET Global Tool is a special NuGet package that contains a console application. A application can be developed for various platforms ...