Skip to content

Commit cbd63c7

Browse files
author
Hubert Plociniczak
committed
Correctly remove assembly info files in
'nant stamp' target
1 parent 6569344 commit cbd63c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

default.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@
150150
</target>
151151

152152
<target name="stamp" description="removes the version identifier, so that the next build generates a fresh one">
153-
<delete file="${assemblyinfo.target}" failonerror="false" />
153+
<delete file="${core.assemblyinfo.target}" failonerror="false" />
154+
<delete file="${wcf.assemblyinfo.target}" failonerror="false" />
154155
</target>
155156

156157
<target name="doc" description="produces HTML documentation from the code"

0 commit comments

Comments
 (0)