Title: How to handle policy file generation?
Hi Thomas,
 
This is indeed not yet supported. I've tried to get a design discussion started on this topic, but I got no feedback on it at all:
 
http://www.mail-archive.com/nant-developers@lists.sourceforge.net/msg05325.html
 
For now, you can just use the <arg> element though:
 
<al ...>
    <arg value="/link:C:\somedir\somelibrary.PublisherPolicy.xml" />
</al>
 
Gert


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Tomiczek
Sent: maandag 16 mei 2005 23:08
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] How to handle policy file generation?

Hi.

I seem to miss one entry in the al task.

How do I link a file into the assembly?

Basically, the following command line parameter for al.exe:

/link:C:\somedir\somelibrary.PublisherPolicy.xml

This, plus a signing key, are used to generate publisher polixy assemblies, which is something I want to automate.

Thomas

Reply via email to