fixed dailysnapshot target in buildfile
This commit is contained in:
@@ -693,7 +693,7 @@
|
||||
<target name="dailysnapshot">
|
||||
<property name="nant.target.root.name" value="daily-build"/>
|
||||
<property name="project.build.sign" value="true"/>
|
||||
<call target="copykeys"/>
|
||||
<!-- call target="copykeys"/ -->
|
||||
<call target="build-all-function"/>
|
||||
<call target="package-cvs"/>
|
||||
<!-- only copy the supporting tools directory for the daily build. -->
|
||||
|
||||
@@ -149,7 +149,6 @@ namespace Spring.Reflection.Dynamic
|
||||
args.GenerateInMemory = true;
|
||||
args.GenerateExecutable = false;
|
||||
args.IncludeDebugInformation = true;
|
||||
args.Evidence = Assembly.GetExecutingAssembly().Evidence;
|
||||
#if NET_2_0
|
||||
CodeDomProvider provider = CodeDomProvider.CreateProvider( "VisualBasic" );
|
||||
CompilerResults results = provider.CompileAssemblyFromSource( args, vbSourceCode );
|
||||
|
||||
Reference in New Issue
Block a user