-
-
Notifications
You must be signed in to change notification settings - Fork 272
Use a more discover friendly default psake file instead of default.ps1 #185
Copy link
Copy link
Closed
Description
The default psake build file of default.ps1 is completely ambiguous without inspecting its contents. Rake has a Rakefile, bundle has a Gemfile etc. so should psake have a Psakefile.ps1 ?
Given that one of benefits of build automation is discoverability it would make sense that the default build file should be self-evident, or at very least suggest what it's intent is.
Assuming this is an accepted (and is a good idea) I would propose the following;
version 4.y
- Change the default behaviour to load
default.ps1. If it does not exist usepsakefile.ps1. This would maintain backwards compatibility until a major version is released. - Add a deprecation warning if loading
default.ps1. - Update documentation with deprecation and to say that version
4.ypreferspsakefile.ps1
version 5.0
- Remove support and documentation for
default.ps1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels