Skip to content

Commit

Permalink
define MsBuild references in the Nant task
Browse files Browse the repository at this point in the history
  • Loading branch information
drslump committed Nov 3, 2013
1 parent 125e826 commit 63feb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.build
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,11 @@
<sources basedir="src/Boo.Microsoft.Build.Tasks">
<include name="**/*.boo" />
</sources>
<!-- references basedir="${build.dir}">
<references basedir="${build.dir}">
<include name="Microsoft.Build.Utilities.dll" />
<include name="Microsoft.Build.Framework.dll" />
<include name="Microsoft.Build.Tasks.dll" />
</references -->
</references>
<arg line="-keyfile:${keyfile.path}" unless="${keyfile.path == ''}" />
</booc>
<copy todir="${build.dir}">
Expand Down

0 comments on commit 63feb32

Please sign in to comment.