We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f52a913 + 7ee3a3a commit a9d52e8Copy full SHA for a9d52e8
default.build
@@ -80,6 +80,8 @@
80
81
<target name="build" description="compiles the source code"
82
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')}" />
85
<mkdir dir="${bin.dir}" />
86
<mkdir dir="${doc.dir}" />
87
<property name="gen.assemblyinfo.src" value="${core.assemblyinfo.src}"/>
@@ -97,6 +99,7 @@
97
99
<nowarn>
98
100
<warning number="1591"/>
101
</nowarn>
102
+ <arg value="/keyfile:${keyfile}" if="${keyfile.ok}" />
103
</csc>
104
</target>
105
0 commit comments