This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Jan 11, 2009 5:17 PM by Leonid Shalupov  
Peter Mounce Newbie 45 posts since
Dec 23, 2005
Currently Being Moderated

Dec 31, 2008 12:46 PM

Run duplicates-finder from build script?

Is it possible to run the duplicates-finder from my build script?  Pointing it at my solution file is not working, because that won't build without AssemblyInfo.cs being generated, which is something my build-script takes care of.

 

What is the CLI app that this runner is executing, that I can put this into my build script, please?  Or, is there a way to execute a pre-runner command so I can call that part of my script that generates AssemblyInfo.cs ?  Or, is there a way of making, I guess, an Agent Dependency, to force this config to be run on the same agent that performed the compilation (which is done in a previous, separate configuration - this is why there's the problem; there's no guarantee that the DF config will execute on the same agent as the compilation config).

Leonid Shalupov JetBrains 15 posts since
Dec 17, 2005
Currently Being Moderated
Jan 11, 2009 5:17 PM in response to: Peter Mounce
Re: Run duplicates-finder from build script?

Unfortunately, it's not possible to run duplicates finder from your script at the moment. Please watch the issue: http://jetbrains.net/tracker/issue/TW-4209

 

But you can run duplicates finder on your solution as dedicated build configuration.

Since duplicates finder works on source code only, it's not required to have all files at hand or even compilable code.

More Like This

  • Retrieving data ...