Skip to content

Commit 133ff1c

Browse files
tablackburnclaude
andcommitted
docs: name Invoke-Build's .build.ps1 default in migration prompt
The AI-assisted migration prompt listed only ./build.ps1 as the default consumer build file. Invoke-Build users conventionally use ./.build.ps1 (as the repo's own README example does), so name both defaults to reduce agent back-and-forth. Addresses Copilot review feedback on #123. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015cqAkNY5JkcoroyEAmbeVj
1 parent 8584295 commit 133ff1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/migration-v0.8-to-v1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Inputs:
3131
- This migration guide: docs/migration-v0.8-to-v1.0.md in the
3232
psake/PowerShellBuild repository on GitHub. Fetch and read it if you
3333
have web or repo access; otherwise ask me to paste it.
34-
- My build file (default: ./build.ps1; ask if it lives elsewhere or has
35-
a different name).
34+
- My build file (default: ./build.ps1 for psake, or ./.build.ps1 for
35+
Invoke-Build; ask if it lives elsewhere or has a different name).
3636
- Any psake or Invoke-Build files my build file references.
3737
3838
Task:

0 commit comments

Comments
 (0)