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" />
paket add psake --version 4.5.0
#r "nuget: psake, 4.5.0"
// Install psake as a Cake Addin #addin nuget:?package=psake&version=4.5.0 // Install psake as a Cake Tool #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 (18)
Showing the top 5 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
|
|
Glimpse/Glimpse
The open source diagnostics platform for the web
|
|
IdentityServer/IdentityServer3
OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
|
|
code-cracker/code-cracker
An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
|
|
HangfireIO/Cronos
A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
|