Skip to content

Commit

Permalink
Replacing install.ps1 hack to remove the TDNet runner reference with …
Browse files Browse the repository at this point in the history
…the new <references> element in NuGet 1.5
  • Loading branch information
agross committed Aug 30, 2011
1 parent 4db46af commit d5a7c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.ps1.template
@@ -1,5 +1,4 @@
param($installPath, $toolsPath, $package, $project)
$project.Object.References | Where-Object { $_.Name -eq 'Machine.Specifications.TDNetRunner' } | ForEach-Object { $_.Remove() }

if ($@configatron.sign_assembly@ -eq $false)
{
Expand Down
3 changes: 3 additions & 0 deletions mspec.nuspec.template
Expand Up @@ -14,5 +14,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://github.com/machine/machine.specifications/raw/master/Misc/Machine.Specifications-32x32.png</iconUrl>
<tags>test unit testing context specification bdd tdd mspec</tags>
<references>
<reference file="Machine.Specifications.dll" />
</references>
</metadata>
</package>

0 comments on commit d5a7c9d

Please sign in to comment.