Skip to content

Instantly share code, notes, and snippets.

@adoprog
Created April 11, 2013 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adoprog/5362867 to your computer and use it in GitHub Desktop.
Save adoprog/5362867 to your computer and use it in GitHub Desktop.
properties {
$buildFolder = Resolve-Path ..
$revision = "100500"
$buildNumber = "15"
}
task Package -depends Init, Upt, Zip
task Init {
# Copy Sitecore DLL's, etc.
}
task Upt {
# Create UPT package
}
task Zip {
# Zip the results
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment