Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.04 KB

File metadata and controls

27 lines (16 loc) · 1.04 KB

Frends.PowerShell.Runscript

Run a PowerShell script with parameters, the Task fails when a terminating error is encountered or an error is thrown.

License: MIT Build MyGet Coverage

Installing

You can install the Task via frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.

Building

Rebuild the project

dotnet build

Run tests

Tests will change the PowerShell execution policy for the current user as unrestricted.

dotnet test

Create a NuGet package

dotnet pack --configuration Release