Removed unneeded comments

This commit is contained in:
2019-07-14 22:19:55 +01:00
parent 07569b146e
commit 12c11b4987
-2
View File
@@ -35,9 +35,7 @@
</copy>
<foreach item="File" in="${build.output.directory}" property="fileName">
<!-- If the file has the .msi extension -->
<if test="${string::to-lower(path::get-extension(fileName)) == '.msi'}">
<!-- Rename the file to .txt extension -->
<move file="${fileName}" tofile="${path::combine(path::get-directory-name(fileName), path::get-file-name-without-extension(fileName) + '${build.number}.msi')}" />
</if>
</foreach>