-
Updated
Sep 18, 2020 - PowerShell
psake
Here are 13 public repositories matching this topic...
-
Updated
Jan 11, 2018 - PowerShell
-
Updated
Aug 20, 2019 - PowerShell
-
Updated
Jan 28, 2020 - PowerShell
-
Updated
Dec 18, 2018 - PowerShell
-
Updated
Dec 12, 2017 - C#
-
Updated
Dec 28, 2016 - PowerShell
-
Updated
Dec 28, 2019 - TSQL
Improve this page
Add a description, image, and links to the psake topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the psake topic, visit your repo's landing page and select "manage topics."
Assumption
I believe this module has the ability for users to write custom tasks to the psakebuild.ps1 file, and PowershellBuild will execute what it covers, while PSake executes the custom tasks.
This may be as simple as writing the custom tasks, and adding dependencies from the executing tasks (Build, Publish, Test, etc...)
Request
Would it be worth showing in the ReadMe examples