HTTP/2 200
date: Fri, 08 Aug 2025 19:56:12 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"e98e083fa0129d1acf9040b8c2d73274"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=sdazKvtJfbHRTpSlkiXxxlW1ahU%2BGJ0r%2FxTWvaoShYE%2F3oN6ameN81q4yZatFsKMV9A%2BN8R8zubqQ%2BvmOFLDlt9lxtuxI6UvIt8ZAwbPl7JO9fkJUafJi5Q%2BF0S3knrAnSidwwC8wuU2J2QpJSr%2BhuKwZK4RED03i9U6%2FVe1wriugceS9wiKP5HEfDMC7YjLVcVORZPqkAqKh92UwiIqFKSnY3AQL0j33KqXOImn%2BvFGWuFvjCXfz8tloSHbZ20SKKgaXr0BrUli380qKVIiJQ%3D%3D--Mey9x6SmTMbtr1mv--obaGtJFjnYwLviPsYkNe9A%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.151314253.1754682971; Path=/; Domain=github.com; Expires=Sat, 08 Aug 2026 19:56:11 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 08 Aug 2026 19:56:11 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A2EC:111F4F:E3006A:110E22C:6896565B
Releases · psake/psake · GitHub
Releases: psake/psake
Releases · psake/psake
[4.9.1] 2024-10-06
Fixed
#296 Fix -ContinueOnError
functionality (via @UberDoodles )
Required variables set on a task are now validated even if the task has no
action defined.
Improvements
#297 Enable type conversion
when passing properties (via @whut )
#303 Add alias wd
for
workingDirectory
on the exec
command (via
@SeidChr )
#326 Add support for MS Build
17 support (included with Visual Studio 2022). (via
Thorarin )
Parameters are now PascalCase instead of camelCase (via
Splaxi )
[4.9.0] 2019-09-21
Fixed
Fix hashtable references so strict mode works when set in the psakeFile.
#283 Fix path issue for msbuild is VS 2019. (via @jaymclain )
#287 In Exec
function, always rerun command in specified location (via @tiksn and @UberDoodles )
Added
#281 Support for .Net 4.8 in Framework
function (via @granit1986 )
#285 Add BuildSetup and BuildTearDown functions that are executed at the beginning of the build (before the first task), and at the end of the build (after either all tasks have completed, or a task has failed). (via @UberDoodles )
[4.8.0] 2019-04-23
Features
Add support for loading in tasks contained in PowerShell modules
Improvements
#267 Add wrapper script for Linux and macOS. (via @dermeister0 )
#268 Allow more granularity when specifying versions of modules to load when referencing shared tasks (via @RandomNoun7 )
#274 Add support for Visual Studio 2019 and MSBuild 16.0. (via @petedavis )
#276 Pass task detail including error information into TaskSetup and TaskTearDown. (via @davidalpert )
v4.7.4
[4.7.4] 2018-09-07
Fixed
Improvements
#259 Add $psake.error_message property which contains the error message that cause the build to fail (via @sideproject )
v4.7.3
[4.7.3] 2018-08-11
Fixed
Re-apply changes from PR #257 as they apparently were not committed correctly.
v4.7.2
[4.7.2] 2018-08-09
Improvements
v4.7.1
[4.7.1] 2018-07-03
Improvements
Fixed
#236 Change check for $IsWindows
so it doesn't generate an error record (via @rkeithhill )
v4.7.0
[4.7.0] 2017-11-21
As part of this release we had 13 issues closed.
Features
#198 Add support for PowerShell Core on macOS and Linux. (via @dbroeglin )
#196 Deprecate default build script name default.ps1
in favor of psakefile.ps1
. (via @glennsarti )
Remove legacy PowerShell v2 support. PSake now supports v3 and above.
Improvements
#228 Project structure refactor (via @devblackops )
#227 Ensure postAction and taskTeardown tasks get called after action failure (via @stephan-dowding )
#222 Add support for .Net frameworks 4.6.2, 4.7, and 4.7.1. (via @rkeithhill )
#218 Improve Build Time Report by using custom FormatTaskName
value for header and display task timing at millisecond accuracy instead of microsecond. (via @theunrepentantgeek )
#200 Add WorkingDirectory
parameter to Exec
function. (via @DaveSenn )
#190 Use WriteColoredOutput
for all task headers. (via @damianpowell )
v4.6.0
As part of this release we had 6 issues closed.
Bug
#149 Using ErrorAction Ignore in PSv3+
Features
#153 Invoke-psake with option to return documentation should return objects instead of formated string
#147 Added an option '-notr' to disable output of time report.
#143 Publish Psake on PowerShellGallery
Improvements
#155 Move wiki content to readthedocs
#152 Adding an example for a parallel task
#138 Cleanup MaxRetries and RetryTriggerErrorPattern in the context of Task. (#117 and #103 )
v4.5.0
#141 Added support for .NET 4.6.1
You can’t perform that action at this time.