Secret ingredients to quality software

  • Services
    • Products
      • Training
        • User Group
          • Rules
            • About Us
              • SSW TV

              Do you avoid publishing from Visual Studio?


              Publishing from Visual Studio is a convenient way to deploy a web application, but it relies on a single developer’s machine which can lead to problems. Deploying to production should be easily repeatable, and able to be performed from different machines.

              A better way to deploy is by using a defined Build in TFS.

              test publish
              Figure: Bad Example – Using Publish to deploy

              queuing new build
              Figure: Good Example – Queuing a new build to deploy your application

              continuous integration
              Figure: Best example – Use continuous integration to trigger your Continuous Deployment build

              We open source. Powered by GitHub