-
-
Notifications
You must be signed in to change notification settings - Fork 59
Home
Roman Kuzmin edited this page Apr 13, 2014
·
57 revisions
Welcome to the Invoke-Build wiki!
Invoke-Build introduces task based programming in PowerShell. It invokes tasks from scripts written in PowerShell with domain-specific language. This process is called build. Concepts are similar to MSBuild. Scripts are similar to psake.
- Concept
- Script Tutorial
- Parallel Builds
- Persistent Builds
- How Build Works
- Special Variables
- Incremental Tasks
- Partial Incremental Tasks
- Build and Task Failures
- Build Result Analysis
- Portable Build Scripts
- Visualization of Build Graphs
- Comparison with MSBuild
- Using for Test Automation
- Build Scripts in Projects
- Concepts
- Script Tutorial
- Incremental Tasks
- Partial Incremental Tasks
- How Build Works
- Special Variables
- Build Failures
- Build Analysis
- Parallel Builds
- Persistent Builds
- Portable Build Scripts
- Using for Test Automation
- Debugging Tips
- VSCode Tips
Helpers
- Invoke Task from VSCode
- Generate VSCode Tasks
- Invoke Task from ISE
- Resolve MSBuild
- Show Build Trees
- Show Build Graph
- Argument Completers
- Invoke-Build.template
Appendix