Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Set the project file to the project file of the Web Application. This will build only the Website and no other components in your solution. For our example, we have given the project file the following value: $Source.continuaDeployTutorial$\continuaDeployTutorial\continuaDeployTutorial.csproj
  • Set Targets to package. This tells MSBuild that it should also package up our website into its own .zip folder so that we can then deploy our site to our production server.
  • Set Configuration to Production so that our Production web.config will be used.
  • Set the Output Path to our Website output folder, $Workspace$\Output\Website.
  • Set the Using property to MSBuild 15.0.

Image Removed

Reviewing your Build Process

...