Removed unneeded comments
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user