psake 4.9.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.
Install-Package psake -Version 4.9.0
dotnet add package psake --version 4.9.0
<PackageReference Include="psake" Version="4.9.0" />
paket add psake --version 4.9.0
#r "nuget: psake, 4.9.0"
// Install psake as a Cake Addin
#addin nuget:?package=psake&version=4.9.0
// Install psake as a Cake Tool
#tool nuget:?package=psake&version=4.9.0
Release Notes
https://raw.githubusercontent.com/psake/psake/master/CHANGELOG.md
Dependencies
This package has no dependencies.
Used By
NuGet packages (13)
Showing the top 5 NuGet packages that depend on psake:
Package | Downloads |
---|---|
2GIS.NuClear.BuildTools
Инструменты автоматизации
|
|
poshBAR
Reusables modules used in the aid of a .NET build and release cycle
|
|
Hangfire.Build
Psake tasks and functions to build Hangfire projects with ease.
|
|
Sundew.Build
Usage:
Execute Sundew.Build.Setup.exe and enter solution path (relative) -> build scripts will be placed in "SolutionDir"\Build
Included features:
- Msbuild
- Update version (Set version via script parameters, only SolutionItems\SharedAssemblyInfo.cs will be updated)
- VSTest console (Add test adapters via Nuget)
- StyleCop (Uses individual project settings)
- SandCastle (Add "SolutionName".shfbproj in "SolutionDir") *Requires SandCastle Help File Builder
Planned features:
- Release output
- WIX
|
|
Koshu
The honey flavoured psake task automation tool
|
GitHub repositories (13)
Showing the top 5 popular GitHub repositories that depend on psake:
Repository | Stars |
---|---|
HangfireIO/Hangfire
An easy way to perform background job processing in your .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.
|
|
IdentityManager/IdentityManager
User & Identity Management
|
Version History
Version | Downloads | Last updated |
---|---|---|
4.9.0 | 32,337 | 9/21/2019 |
4.8.0 | 26,474 | 4/24/2019 |
4.7.4 | 39,103 | 9/8/2018 |
4.7.3 | 3,312 | 9/8/2018 |
4.7.2 | 586 | 9/8/2018 |
4.7.1 | 5,433 | 7/24/2018 |
4.7.0 | 65,463 | 11/21/2017 |
4.6.0 | 288,896 | 3/20/2016 |
4.5.0 | 47,048 | 12/12/2015 |
4.4.2 | 76,286 | 5/15/2015 |
4.4.1 | 66,908 | 11/19/2014 |
4.4.0 | 1,144 | 11/19/2014 |
4.3.2 | 36,674 | 4/1/2014 |
4.3.1 | 26,776 | 12/23/2013 |
4.3.0 | 3,153 | 12/2/2013 |
4.2.0.1 | 34,005 | 6/13/2012 |
4.2.0 | 1,618 | 6/10/2012 |
4.1.0 | 2,028 | 3/21/2012 |
4.0.1 | 2,737 | 4/26/2011 |
4.0.0 | 1,455 | 4/21/2011 |