Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
psake
4.9.1
examples/nested/nested2.ps1
Properties
{
$x
=
200
}
Task
default
-Depends
Nested2CheckX
Task
Nested2CheckX
{
Assert
(
$x
-eq
200
)
'$x was not 200'
}