Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vorou/8103225 to your computer and use it in GitHub Desktop.
Save vorou/8103225 to your computer and use it in GitHub Desktop.
$framework = '3.5'
task default -depends AspNetCompiler
task AspNetCompiler {
aspnet_compiler
if ($LastExitCode -ne 1) {
throw 'Error: Could not execute aspnet_compiler'
}
$Global:LastExitCode = 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment