Skip to content

Instantly share code, notes, and snippets.

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 gigi81/00c435641300551eb5ea to your computer and use it in GitHub Desktop.
Save gigi81/00c435641300551eb5ea to your computer and use it in GitHub Desktop.
<Target Name="Deploy" AfterTargets="Build">
<MSBuild
Projects="$(ProjectPath)"
Targets="WebPublish"
Properties="PublishProfile=LocalDeploy"
/>
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment