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 6569344 + cbd63c7 commit 0d3aa20Copy full SHA for 0d3aa20
default.build
@@ -150,7 +150,8 @@
150
</target>
151
152
<target name="stamp" description="removes the version identifier, so that the next build generates a fresh one">
153
- <delete file="${assemblyinfo.target}" failonerror="false" />
+ <delete file="${core.assemblyinfo.target}" failonerror="false" />
154
+ <delete file="${wcf.assemblyinfo.target}" failonerror="false" />
155
156
157
<target name="doc" description="produces HTML documentation from the code"
0 commit comments