Skip to content

Instantly share code, notes, and snippets.

@deveshjeshani
Created May 31, 2017 10:44
Show Gist options
  • Save deveshjeshani/db806a987b37f584ac579a37e29606c7 to your computer and use it in GitHub Desktop.
Save deveshjeshani/db806a987b37f584ac579a37e29606c7 to your computer and use it in GitHub Desktop.
msbuild example to publish a web project to file system
msbuild Search.Web.csproj /p:Configuration=Release /p:Platform=AnyCPU /t:WebPublish /p:WebPublishMethod=FileSystem /p:DeleteExistingFiles=True /p:publishUrl=c:\output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment