PowerTasks 3.0.0
A PowerShell task runner based on Invoke-Build. Invoke-Build is a build and test automation tool which invokes tasks defined in PowerShell scripts. It is similar to psake but arguably easier to use and more powerful. Removes the boilerplate code from your build scripts and supports a convention-based plugin model for extending functionality with common tasks and includes some useful functions which you can use to help create your own custom tasks.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package PowerTasks -Version 3.0.0
dotnet add package PowerTasks --version 3.0.0
<PackageReference Include="PowerTasks" Version="3.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerTasks --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Invoke-Build (>= 2.12.3)
Used By
NuGet packages (20)
Showing the top 5 NuGet packages that depend on PowerTasks:
Package | Downloads |
---|---|
PowerTasks.Plugins.OctoPack
OctoPack
|
|
PowerTasks.Plugins.Compile
Compile
|
|
PowerTasks.Plugins.Push
Push
|
|
PowerTasks.Plugins.Pack
Pack
|
|
PowerTasks.Plugins.Clean
Clean
|
GitHub repositories
This package is not used by any popular GitHub repositories.