Skip to content

Commit e19a48e

Browse files
committed
chore: ✏️ Update task dependency modification instructions
- Clarified instructions for modifying task dependencies in `psakeFile.ps1`. - Emphasized that variables should be set outside the `properties` block.
1 parent 1d6d90f commit e19a48e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ match your environment.
131131

132132
## Modifying Task Dependencies
133133

134-
If you need to modify what dependencies are run you will need to set a variable
135-
in your `psakeFile.ps1`.
134+
To change which tasks depend on each other, set the variables below in your
135+
`psakeFile.ps1`. Unlike `$PSBPreference` settings, these variables should be set
136+
outside the `properties` block, before you reference any PowerShellBuild tasks.
136137

137138
| Setting | Default value | Description |
138139
|-------------------------------------|------------------------------------|----------------------------------------------------|

0 commit comments

Comments
 (0)