Reputation: 55729
At the top of a powershell file I see this. Is this an anonymous object, and how do I access $foo
?
properties {
$foo = "bar"
}
Upvotes: 1
Views: 177
Reputation: 1269
The file you are looking at looks like its using the psake framework
Upvotes: 2