Skip to content

Instantly share code, notes, and snippets.

@MikeLarned
Created January 24, 2012 04:27
Show Gist options
  • Save MikeLarned/1667816 to your computer and use it in GitHub Desktop.
Save MikeLarned/1667816 to your computer and use it in GitHub Desktop.
PSake - MsBuild Package WebSite
task package {
$p = $dev_package -f $buildNumber, $date
exec { msbuild $web_proj "/T:Package" "/P:Configuration=$configuration;PackageLocation=$packages_dir\$p;DeployIisAppPath=$destination_site" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment