<s>
psake	B-Application
is	O
a	O
domain-specific	B-Language
language	I-Language
and	O
build	B-Application
automation	I-Application
tool	O
written	O
in	O
PowerShell	B-Application
to	O
create	O
builds	O
using	O
a	O
dependency	O
pattern	O
similar	O
to	O
Rake	B-Application
or	O
MSBuild	B-Application
.	O
</s>
<s>
It	O
intends	O
to	O
simplify	O
the	O
build	O
language	O
as	O
compared	O
to	O
MSBuild	B-Application
scripting	O
.	O
</s>
<s>
The	O
following	O
is	O
an	O
example	O
psake	B-Application
script	O
:	O
</s>
<s>
psake	B-Application
executes	O
the	O
Task	O
functions	O
and	O
enforces	O
the	O
dependencies	O
between	O
tasks	O
.	O
</s>
<s>
Since	O
psake	B-Application
is	O
written	O
in	O
a	O
real	O
programming	O
language	O
and	O
not	O
XML	B-Protocol
,	O
you	O
have	O
a	O
lot	O
more	O
freedom	O
and	O
flexibility	O
in	O
your	O
build	O
scripts	O
.	O
</s>
<s>
You	O
can	O
use	O
all	O
the	O
features	O
of	O
PowerShell	B-Application
and	O
the	O
.NET	B-Application
Framework	I-Application
within	O
your	O
build	O
.	O
</s>
<s>
The	O
output	O
of	O
running	O
psake	B-Application
on	O
the	O
script	O
above	O
is	O
shown	O
below	O
:	O
</s>
