8000 GitHub - devblackops/psake.module.tasks: Example of hosting psake tasks inside a standalone PowerShell module and invoking those tasks within a psake script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Example of hosting psake tasks inside a standalone PowerShell module and invoking those tasks within a psake script

Notifications You must be signed in to change notification settings

devblackops/psake.module.tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

psake Module Tasks

This is an work in progress example of hosting psake tasks inside a standalone PowerShell module and invoking those tasks within a psake script.

Usage

Execute psake tasks from version 0.1.0 of the task module

.\build.ps1 -Task Deploy -ModuleVersion 0.1.0

Executing Init
   Initializing...
Executing Test
    Running test task [0.1.0]
Executing deploy
    Running deploy task [0.1.0]

Build Succeeded!

----------------------------------------------------------------------
Build Time Report
----------------------------------------------------------------------
Name   Duration
----   --------
Init   00:00:00.0110621
Test   00:00:00.0062529
Deploy 00:00:00.0088795
Total: 00:00:00.0286268

Execute psake tasks from version 0.2.0 of the task module

.\build.ps1 -Task Deploy -ModuleVersion 0.2.0

Executing Init
   Initializing...
Executing Test
    Running test task [0.2.0]
Executing deploy
    Running deploy task [0.2.0]

Build Succeeded!

----------------------------------------------------------------------
Build Time Report
----------------------------------------------------------------------
Name   Duration
----   --------
Init   00:00:00.0129413
Test   00:00:00.0071977
Deploy 00:00:00.0083056
Total: 00:00:00.0308062

About

Example of hosting psake tasks inside a standalone PowerShell module and invoking those tasks within a psake script

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published
0