psake 4.5.0
dotnet add package psake --version 4.5.0
NuGet\Install-Package psake -Version 4.5.0
<PackageReference Include="psake" Version="4.5.0" />
<PackageVersion Include="psake" Version="4.5.0" />
<PackageReference Include="psake" />
paket add psake --version 4.5.0
#r "nuget: psake, 4.5.0"
#:package psake@4.5.0
#addin nuget:?package=psake&version=4.5.0
#tool nuget:?package=psake&version=4.5.0
psake is a build automation tool written in PowerShell. It avoids the angle-bracket tax associated with executable XML by leveraging the PowerShell syntax in your build scripts. psake has a syntax inspired by rake (aka make in Ruby) and bake (aka make in Boo), but is easier to script because it leverages your existent command-line knowledge. psake is pronounced sake - as in Japanese rice wine. It does NOT rhyme with make, bake, or rake. You can also install with chocolatey (https://nuget.org/List/Packages/chocolatey) and have global psake.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on psake:
| Repository | Stars |
|---|---|
|
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
|