Remote run and artifacts
Hi I have a main compile project, and the artifacts output from that go to several test-running projects.
When I do a 'remote run' from Visual Studio, the compile project runs and takes my changes, but the other builds seem to run using the last artifacts from a proper run instead of the artifacts from my personal run. Am I doing something wrong?
Please sign in to leave a comment.
Well, actually this is a feature
Regular builds should never depend on personal builds because we actually do not know how dangerous are changes in the personal builds. I do not think you want to find out that bugs in the release build of your product were caused by changes from personal build of some developer who just made some experiments.