Skip to content

Commit

Permalink
feat: pass through AppData by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed May 21, 2024
1 parent 8a8e788 commit 31952ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/turborepo-lib/src/task_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,13 @@ impl<'a> TaskHasher<'a> {
self.env_at_execution_start.from_wildcards(&[
"SHELL",
// Command Prompt casing of env variables
"APPDATA",
"PATH",
"SYSTEMROOT",
// Powershell casing of env variables
"Path",
"SystemRoot",
"AppData",
])?;
let tracker_env = self
.task_hash_tracker
Expand Down

0 comments on commit 31952ca

Please sign in to comment.