Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
psake-users
Conversations
About
psake-users
Contact owners and managers
1–30 of 104
Mark all as read
Report group
0 selected
Andrew Leer
Jun 6
Default Psake build file filename?
All, I cannot find what the default psake build file filename should be so I do not have to type it
unread,
Default Psake build file filename?
All, I cannot find what the default psake build file filename should be so I do not have to type it
Jun 6
Georgios Petrou
, …
Mike Duran
6
2/14/15
Print all properties
This doesn't seem to work if you override the properties from the command line On Friday, January
unread,
Print all properties
This doesn't seem to work if you override the properties from the command line On Friday, January
2/14/15
Damian Hickey
,
matt wrock
3
4/29/14
psake project maintenance
Your welcome :) It definitely feels more 'done' to me that dead. It's been fairly solid
unread,
psake project maintenance
Your welcome :) It definitely feels more 'done' to me that dead. It's been fairly solid
4/29/14
Mike Duran
,
Valera Kolupaev
3
4/10/14
psake 4.2.0 error using command line properties argument
Thanks. I have stopped using the psake.bat file ...and now just use the invoke-psake like you suggest
unread,
psake 4.2.0 error using command line properties argument
Thanks. I have stopped using the psake.bat file ...and now just use the invoke-psake like you suggest
4/10/14
kpr...@pch.com
,
Damian Hickey
2
4/1/14
PSake, Windows Server 2012 w/ Powershell 3 - Broken?
I've responded to your issue on github looking for a repro script. Am using psake here on Windows
unread,
PSake, Windows Server 2012 w/ Powershell 3 - Broken?
I've responded to your issue on github looking for a repro script. Am using psake here on Windows
4/1/14
kpr...@pch.com
3/7/14
psake on Windows Server 2012 w/ Powershell 3
Hi, I have been using psake for quite a while now with no issues on a variety of OS/Bitness
unread,
psake on Windows Server 2012 w/ Powershell 3
Hi, I have been using psake for quite a while now with no issues on a variety of OS/Bitness
3/7/14
kpr...@pch.com
3/6/14
Errors when executing psake - psake.psm1:364
Hi, I've been using psake for our build system for quite some time without any issues on various
unread,
Errors when executing psake - psake.psm1:364
Hi, I've been using psake for our build system for quite some time without any issues on various
3/6/14
gregor suttie
3/3/14
running psake from Powershell window
Im importing psake using import-module psake I can see that the module has been loaded fine, when I
unread,
running psake from Powershell window
Im importing psake using import-module psake I can see that the module has been loaded fine, when I
3/3/14
James Nail
2/19/14
Postcondition vs Assert
Just a quick question... what should cause me to use Postcondition instead of Assert, and vice-versa?
unread,
Postcondition vs Assert
Just a quick question... what should cause me to use Postcondition instead of Assert, and vice-versa?
2/19/14
Stéphane Erbrech
2
1/16/14
psake saying Build Succeeded when msbuild returns exit code 1 wrapped in exec {}
Oh, just checked the source now, and I see the exec {} method was changed between 4.3.0 and 4.3.1. So
unread,
psake saying Build Succeeded when msbuild returns exit code 1 wrapped in exec {}
Oh, just checked the source now, and I see the exec {} method was changed between 4.3.0 and 4.3.1. So
1/16/14
Kannaiyan Natesan
1/3/14
Psake with Powershell 3.0
When I try to run Psake with powershell 3.0, give me framework bitness error. What do I need to do to
unread,
Psake with Powershell 3.0
When I try to run Psake with powershell 3.0, give me framework bitness error. What do I need to do to
1/3/14
Joe Young
,
Jonathan Matheus
2
8/12/13
Build file required when running psake
Hey Joe, This is a powershell thing. If you look in psake.ps1, you should see something along the
unread,
Build file required when running psake
Hey Joe, This is a powershell thing. If you look in psake.ps1, you should see something along the
8/12/13
Mike Duran
,
Damian Hickey
2
4/10/13
overriding properties on command line doesnt work
Does psake .\testbuild.ps1 default -properties @{environment="trunk"} work? On Tuesday, 12
unread,
overriding properties on command line doesnt work
Does psake .\testbuild.ps1 default -properties @{environment="trunk"} work? On Tuesday, 12
4/10/13
Stéphane Erbrech
, …
Darren Haken
7
1/3/13
Cannot get teamcity to fail the build when msbuild fails.
Can this be better documented on the wiki? I've lost around half a day of development trying to
unread,
Cannot get teamcity to fail the build when msbuild fails.
Can this be better documented on the wiki? I've lost around half a day of development trying to
1/3/13
Jeffrey Becker
, …
Rory Street
5
9/28/12
Figuring out if a build has failed programatically
Hi, Just discovered this group from my colleague James. As I discovered the WorkflowCentralLogger
unread,
Figuring out if a build has failed programatically
Hi, Just discovered this group from my colleague James. As I discovered the WorkflowCentralLogger
9/28/12
Michael Di Nicola
9/20/12
Teardown task for entire psake script
Hi, I would like to specify a task that will always run when all psake tasks have finished, even if
unread,
Teardown task for entire psake script
Hi, I would like to specify a task that will always run when all psake tasks have finished, even if
9/20/12
ER
, …
Jorge Matos
4
8/9/12
Exec failing when there are spaces in parameters
try wrapping it with double quotes On Aug 8, 2012 1:12 PM, "ER" <sam...@electricocean.co
unread,
Exec failing when there are spaces in parameters
try wrapping it with double quotes On Aug 8, 2012 1:12 PM, "ER" <sam...@electricocean.co
8/9/12
Jrax
, …
James Dawson
4
7/3/12
Powershell/Psake/Stderr - tasks abort when programs output to stderr
Please ignore my last post - I somehow managed to convince myself I had recreated the issue when I
unread,
Powershell/Psake/Stderr - tasks abort when programs output to stderr
Please ignore my last post - I somehow managed to convince myself I had recreated the issue when I
7/3/12
Caleb Jares
, …
matt wrock
4
7/3/12
Using psake for Server deployment. How would you go about restarting the computer and resuming the script?
I'm not sure this would be something that fits under the core psake module. Its strength is
unread,
Using psake for Server deployment. How would you go about restarting the computer and resuming the script?
I'm not sure this would be something that fits under the core psake module. Its strength is
7/3/12
Jonathan Matheus
2
6/16/12
Stuck between a rock and a hard place
#facepalm I just realized that my module dependency issue has to do with the scope of the module
unread,
Stuck between a rock and a hard place
#facepalm I just realized that my module dependency issue has to do with the scope of the module
6/16/12
Damian Hickey
2
6/13/12
psake 4.2 released on nuget
There was an issue with package 4.2.0, so 4.2.0.1 has been released. This is just a package fix. On
unread,
psake 4.2 released on nuget
There was an issue with package 4.2.0, so 4.2.0.1 has been released. This is just a package fix. On
6/13/12
Ian Davis
, …
James Kovacs
4
6/11/12
psake-contrib nuget package
Fine by me. Go ahead. Thanks in advance for doing it. James -- James Kovacs, B.Sc., M.Sc. http://
unread,
psake-contrib nuget package
Fine by me. Go ahead. Thanks in advance for doing it. James -- James Kovacs, B.Sc., M.Sc. http://
6/11/12
Daniel
5/22/12
Have multiple parameters for a Task? (Possible?)
Hello, I would like to have multiple parameters for a couple of tasks but the second parameter is not
unread,
Have multiple parameters for a Task? (Possible?)
Hello, I would like to have multiple parameters for a couple of tasks but the second parameter is not
5/22/12
Ian Davis
,
James Kovacs
3
5/11/12
Pull requests
Thanks James. On Fri, May 11, 2012 at 9:53 AM, James Kovacs <jko...@post.harvard.edu> wrote:
unread,
Pull requests
Thanks James. On Fri, May 11, 2012 at 9:53 AM, James Kovacs <jko...@post.harvard.edu> wrote:
5/11/12
Jonathan Curtis
,
Frank Schwieterman
3
4/11/12
How to use nuget package
Thanks, maybe it would be good if the package created a file such as this for you. Possibly a sample
unread,
How to use nuget package
Thanks, maybe it would be good if the package created a file such as this for you. Possibly a sample
4/11/12
Danny Douglass
3/26/12
Error using Parameters in PSake 4.1.0
Hi All, I'm trying to utilize the parameter feature introduced in the v4 release, but I'm
unread,
Error using Parameters in PSake 4.1.0
Hi All, I'm trying to utilize the parameter feature introduced in the v4 release, but I'm
3/26/12
Borek Bernard
, …
Ian Davis
8
2/19/12
OSS projects using psake
I'm glad you like it. I just published 0.2.1 which has a lot of enhancements and fixes. It now
unread,
OSS projects using psake
I'm glad you like it. I just published 0.2.1 which has a lot of enhancements and fixes. It now
2/19/12
Borek Bernard
,
James Kovacs
3
2/12/12
Better TeamCity integration?
Thanks. I've asked also because I have had hard times integrating psake with TeamCity so at that
unread,
Better TeamCity integration?
Thanks. I've asked also because I have had hard times integrating psake with TeamCity so at that
2/12/12
Simone
,
James Kovacs
2
1/8/12
mono
I haven't tried running psake under mono. I would be curious if it works properly or not. James -
unread,
mono
I haven't tried running psake under mono. I would be curious if it works properly or not. James -
1/8/12
Ronnie Holm
12/28/11
Halting build on first assertion in nested script
Suppose I have the following psake script: --- begin foo.ps1 --- function
unread,
Halting build on first assertion in nested script
Suppose I have the following psake script: --- begin foo.ps1 --- function
12/28/11