Skip to main content

5 posts tagged with "psake"

psake build automation framework content

View All Tags

Building a Resilient build.ps1 for psake Projects

· 3 min read
Trent Blackburn
Contributor

In psake projects, build.ps1 is the entry point script that wires everything together. It installs dependencies, configures the environment, and hands off to psake to run your actual build tasks. Think of it as the bootstrapper that gets a fresh machine — or a CI agent — from zero to a working build in a single command: .\build.ps1.

The default build.ps1 that ships with psake handles the basics well: bootstrap installation, help output, build environment detection, and proper CI exit codes. But once you're running concurrent CI jobs, managing internal package feeds, or onboarding new contributors, a few gaps start to show. Here are five patterns that harden your entry point for the real world.

Introducing the psake Agent Skill

· 3 min read
Gilbert Sanchez
Core Contributor

We're excited to announce the launch of the psake Agent Skill—a specialized knowledge package that enables AI coding assistants like Claude and GitHub Copilot to provide expert assistance with psake build automation tasks. Built on the open Agent Skills standard, this portable skill brings intelligent, context-aware guidance directly to your AI-assisted development workflow.