Skip to content

Commit

Permalink
(build) formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Mar 25, 2016
1 parent 484b9b5 commit b45a07e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .build.custom/ilmerge.post.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@
<target name="merge_the_dll">
<nant buildfile="${dirs.build_scripts_custom}${path.separator}ilmergeDLL.build" inheritall="true" />
</target>

</project>
11 changes: 5 additions & 6 deletions .build.custom/nugetPrepare.post.step
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@
</target>

<target name="unpack_files">
<echo level="Warning" message="Unpacking Choco files." />
<property name="app.choco" value="${dirs.drop.nuget}${path.separator}chocolatey${path.separator}tools${path.separator}chocolateyInstall${path.separator}choco.exe" />
<property name="args.choco" value="unpackself -f" />
<exec program="${app.choco}"
<echo level="Warning" message="Unpacking Choco files." />
<property name="app.choco" value="${dirs.drop.nuget}${path.separator}chocolatey${path.separator}tools${path.separator}chocolateyInstall${path.separator}choco.exe" />
<property name="args.choco" value="unpackself -f" />
<exec program="${app.choco}"
workingdir="${dirs.drop.nuget}${path.separator}chocolatey${path.separator}tools${path.separator}chocolateyInstall"
commandline="${args.choco}" if="${platform::is-windows()}" />
</target>

</target>
</project>

0 comments on commit b45a07e

Please sign in to comment.