Skip to content

Commit a9d52e8

Browse files
author
Matthias Radestock
committed
merge bug20564 into default
2 parents f52a913 + 7ee3a3a commit a9d52e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080

8181
<target name="build" description="compiles the source code"
8282
depends="generate-api">
83+
<property name="keyfile.ok"
84+
value="${(property::exists('keyfile') and file::exists(property::get-value('keyfile')) and property::get-value('config.name') != 'dotnet-1.1')}" />
8385
<mkdir dir="${bin.dir}" />
8486
<mkdir dir="${doc.dir}" />
8587
<property name="gen.assemblyinfo.src" value="${core.assemblyinfo.src}"/>
@@ -97,6 +99,7 @@
9799
<nowarn>
98100
<warning number="1591"/>
99101
</nowarn>
102+
<arg value="/keyfile:${keyfile}" if="${keyfile.ok}" />
100103
</csc>
101104
</target>
102105

0 commit comments

Comments
 (0)