Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 634 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 634 Bytes

Shellpower

Provides powershell cmdlets for performing windows based operations in a repeatable manner for continuous integration/deployment scenarios.

Supported packages

Test a package

To ensure the application package is good to be released, you can

  • Create an application nuget package, install it locally and run tests against it
  • make test-package APPLICATION=iisconfig NUGET_SOURCE=$PWD

Appveyor

Build Status