1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Really fixed markdown for link to license More... about 13 years ago
Fixed markdown for link to license More... about 13 years ago
Added link to MIT license to README.markdown More... about 13 years ago
Extracted license.txt and updated copyright date More... about 13 years ago
Fixed missing default task in task_with_alias_should_pass.ps1 More... about 13 years ago
Renamed spec to follow naming convention More... about 13 years ago
Merge pull request #40 from damianh/master More... over 13 years ago
Fixed package script to exclude nuget directory and nuget.ext. Bumped package version to 4.2.0.1 More... over 13 years ago
Bumped version to 4.2 More... over 13 years ago
Replaced NuGetPackageBuilder.cmd with a powershell equivalent (it's a powershell lib after all) More... over 13 years ago
Added NuGet.exe so NuGetPackageBuilder.cmd will run without nuget having to be on the path. More... over 13 years ago
wrapping the chocolateyInstall in a try catch and changing the path to chocolatey install to use the environment variable ($env:ChocolateyInstall) More... over 13 years ago
Merge pull request #31 from idavis/master More... over 13 years ago
Merge pull request #30 from kblooie/DependantModuleIssue More... over 13 years ago
Adding ability to use a scriptblock when initializing an invoke-psake call in builds. More... over 13 years ago
Added test for issue with running a module function that depends on a function from another module More... over 13 years ago
Fixed formatting in .nuspec More... over 13 years ago
Switched to semantic versioning More... over 13 years ago
Defaulted psake to .NET 4.0 More... over 13 years ago
Merge pull request #26 from pedroreys/alias More... over 13 years ago
fixing case where framework is set using 3 digits (3.0/4.0). The bit substring is empty, not null. This will fix all specs. More... over 13 years ago
fixes the task name when using aliases so that the casing is correct More... almost 14 years ago
Adds support to defining an alias to a task. Example: task Task_With_Descriptive_Name -alias twdn {} More... almost 14 years ago
Added -help switch to psake.ps1 instead of psake-help.ps1 script More... about 14 years ago
Warning (yellow colored output) when task failed with -ContinueOnError More... about 14 years ago
Task duration shows duration of task, not of task and it's dependencies More... about 14 years ago
Use of Cyan foreground color, instead of Blue to make it more visible on darker consoles More... about 14 years ago
Fix for issue #23 - psake.cmd should exit with 0 when build succeeded More... about 14 years ago
Fixed issue #7 - not using buildFile as taskList in Invoke-Psake, when there is folder, not file with name as task More... about 14 years ago
Merge branch 'master' of github.com:psake/psake More... about 14 years ago