Older
-
-
-
-
-
-
-
r39
(Source moved to GitHub: git://github.com/JamesKovacs/psake.g...) committed by james.kovacs
- Source moved to GitHub: git://github.com/JamesKovacs/psake.git
Source moved to GitHub: git://github.com/JamesKovacs/psake.git
-
r38
(1) Renamed Run-psake to Invoke-psake
2) Timing report is alw...) committed by matos.jorge
- 1) Renamed Run-psake to Invoke-psake
2) Timing report is always shown
3) All global variables replaced with script-level variables
4) All exported functions are advanced functions with comment help
5) Detailed errors are optionally logged to a file
6) Updated psake-builderTester.ps1
7) New exported $psake variable
8) The text "Build Succeeded!" is displayed at the end of a good build
9) Updated psake-buildTester.ps1
10) New tasksetup.ps1 examples/VerifyVariables.ps1
11) New example that verifies all psake variables
12) New "Assert" function
1) Renamed Run-psake to Invoke-psake
2) Timing report is always shown
3) All global variables replaced with script-level variables
4) All exported functions are advanced functions with comment help
5) Detailed errors are optionally logged to a file
6) Updated psake-builderTester.ps1
7) New exported $psake variable
8) The text "Build Succeeded!" is displayed at the end of a good build
9) Updated psake-buildTester.ps1
10) New tasksetup.ps1 examples/VerifyVariables.ps1
11) New example that verifies all psake variables
12) New "Assert" function
-
-
r37
(+ Added example for issue #14: missing dependency displays "...) committed by james.kovacs
- + Added example for issue #14: missing dependency displays "circular reference" error.
+ Added example for issue #14: missing dependency displays "circular reference" error.
-
issue 14
(Missing dependancies throw circular reference error) changed by james.kovacs
-
Status:
Accepted
Owner:
james.kovacs
Status:
Accepted
Owner:
james.kovacs
-
-
-
r36
(Added new features
Removed Debug and added ShowFullError p...) committed by matos.jorge
- Added new features
Removed Debug and added ShowFullError parameter
Added new examples
Added new features
Removed Debug and added ShowFullError parameter
Added new examples
-
-
r35
(Created new version of psake that runs as a module and Run-P...) committed by matos.jorge
- Created new version of psake that runs as a module and Run-Psake is now an advanced function.
I also changed the psake-buildTester.ps1 to use the new Run-Psake function.
Created new version of psake that runs as a module and Run-Psake is now an advanced function.
I also changed the psake-buildTester.ps1 to use the new Run-Psake function.
-
r34
(New branch created for psake that runs in PowerShell V2) committed by matos.jorge
- New branch created for psake that runs in PowerShell V2
New branch created for psake that runs in PowerShell V2
-
-
-
r33
(Added powershell script to support TeamCity integration. Sti...) committed by smbecker
- Added powershell script to support TeamCity integration. Still need to work out how this could be
integrated into psake.
Added powershell script to support TeamCity integration. Still need to work out how this could be
integrated into psake.
-
-
r32
(Added psake script to test (using psake-buildTester) and pac...) committed by smbecker
- Added psake script to test (using psake-buildTester) and package psake releases. It also keeps the
version in sync with Version.inc and increments the version accordingly.
Added psake script to test (using psake-buildTester) and package psake releases. It also keeps the
version in sync with Version.inc and increments the version accordingly.
-
-
r31
(Updated version to 0.23 after releasing 0.22.) committed by james.kovacs
- Updated version to 0.23 after releasing 0.22.
Updated version to 0.23 after releasing 0.22.
-
-
r29
(Fixed minor indentation issue.) committed by james.kovacs
- Fixed minor indentation issue.
Fixed minor indentation issue.
-
r28
(Corrected version number in script.) committed by james.kovacs
- Corrected version number in script.
Corrected version number in script.
-
-
-
r27
(Updated version number to v0.22 to eliminate confusion with ...) committed by james.kovacs
- Updated version number to v0.22 to eliminate confusion with the released v0.21.
Updated version number to v0.22 to eliminate confusion with the released v0.21.
-
r26
(Changed $global:includes to be Queue instead of Stack to ens...) committed by smbecker
- Changed $global:includes to be Queue instead of Stack to ensure that included scripts are executed
in order.
Changed $global:includes to be Queue instead of Stack to ensure that included scripts are executed
in order.
-
-
-
-
-
-
-
-
r19
(First pass at a simple psake build tester. It runs each exa...) committed by matos.jorge
- First pass at a simple psake build tester. It runs each example build script and reports if the
build passed or failed.
First pass at a simple psake build tester. It runs each example build script and reports if the
build passed or failed.
-
-
-
-
-
r18
(example of a precondition) committed by matos.jorge
- example of a precondition
example of a precondition
-
r17
(Changed all error messages to use "Error" prefix
Changed Con...) committed by matos.jorge
- Changed all error messages to use "Error" prefix
Changed ContinueOnError code to emit dashes "-" around error messages
Changed all error messages to use "Error" prefix
Changed ContinueOnError code to emit dashes "-" around error messages
-
r16
(Changed the "Timing" code to use Format-Table. This is bett...) committed by matos.jorge
- Changed the "Timing" code to use Format-Table. This is better than hard-coding the size.
Changed the "Timing" code to use Format-Table. This is better than hard-coding the size.
-
-
-
r15
(Updated include processing to allow for nested include state...) committed by smbecker
- Updated include processing to allow for nested include statements.
Updated include processing to allow for nested include statements.
-
r14
(Moved $docs check to after includes are processed to pick up...) committed by smbecker
- Moved $docs check to after includes are processed to pick up any tasks that are in included scripts.
Moved $docs check to after includes are processed to pick up any tasks that are in included scripts.
|