Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードの 1 行を変更するたびにアプリケーション全体を米国のサーバーに公開すると、永遠に時間がかかります。
実稼働サーバーで VisualSVN サーバーを実行しています。コミットが行われるたびに、サーバー上でプロジェクトを (開発サイト フォルダーに) 自動ビルドするにはどうすればよいですか? そして、これは良い習慣ですか?
更新:現在、Web 配置ツールを調べています。
あなたは継続的インテグレーションサーバーの必要性を説明していると思います。
TeamCityまたはCruiseControl.Netをご覧ください。
HTH、 チャールズ