Thanks for the options guys. I have been playing around with with what
BOb posted, but the issue is I have third party dlls in there as well
that I didn't want to sign. Basically I was thinking I only want to
sign "my" dll's and exe's. I will play around with it some more and
see what I can come up with.
Respectfully,
-Jeremy
On Apr 18, 1:51 pm, PilotBob <archer....@gmail.com> wrote:
> You could just create a fileset something like
> <fileset id="AssembliesToSign" basedir="${ProductionDirectory}">
> <include name="*.exe" />
> <include name="*.dll" />
> </fileset>
> BOb
> On Apr 17, 5:41 pm, jeremyn11 <jeremy...@gmail.com> wrote:
> > Basically what I am looking to do is pass in a list of dll/exe's that
> > the build should sign. Is there a way I could find out from nAnt/CI
> > Factory/etc the list of outputted dll's or exe's.
> > Respectfully,
> > -Jeremy