문제

I want to experiment with my project output on the TeamCity. I dont want to use git or any other version control system.

Is there a way to turn off the VCS in teamcity and make it build and execute local projects.

도움이 되었습니까?

해결책

Just install TeamCity on your machine, up to 20 build configurations it's free. VCS roots are completely optional, you can just build solutions from a local path - VCS roots are just a means to getting your code locally from a repo so you can build / interact with it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top