Skip to content

Commit

Permalink
Making the nuspec actually publish the .dlls.
Browse files Browse the repository at this point in the history
  • Loading branch information
atheken committed Aug 3, 2015
1 parent fe70873 commit 279d78d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions StyleMerge/StyleMerge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\StyleMerge.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="CsQuery">
Expand Down
3 changes: 3 additions & 0 deletions StyleMerge/StyleMerge.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
<dependency id="ExCSS" version="2.0.5" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\StyleMerge.*" target="lib\net45" />
</files>
</package>

0 comments on commit 279d78d

Please sign in to comment.