Skip to content

Commit

Permalink
Adding missing files to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed May 19, 2020
1 parent 5a1e566 commit ced9dc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Snoop.wxs
Expand Up @@ -102,6 +102,10 @@
<File Id="Snoop.com.config" KeyPath="yes" Source="SourceDir\Snoop.com.config" />
</Component>

<Component Id="CommandLine.dll" Guid="{a6e69fb8-8471-40a4-9a38-a4b31cac0e61}">
<File Id="CommandLine.dll" KeyPath="yes" Source="SourceDir\CommandLine.dll" />
</Component>

<Directory Id="SnoopScriptsFolder" Name="Scripts">
<Component Id="SnoopScriptsComponent" Guid="65AD97C3-5B32-4020-892C-1D0E38656D6D">
<File Id="SnoopScriptsFile" Name="Snoop.psm1" Source="Scripts\Snoop.psm1" />
Expand Down Expand Up @@ -139,6 +143,7 @@
<ComponentRef Id="Snoop.exe.config" />
<ComponentRef Id="Snoop.com" />
<ComponentRef Id="Snoop.com.config" />
<ComponentRef Id="CommandLine.dll" />
<ComponentRef Id="Root.Snoop.Core.net40.dll" />

<ComponentRef Id="SnoopScriptsComponent"/>
Expand Down
2 changes: 2 additions & 0 deletions chocolatey/snoop.nuspec
Expand Up @@ -32,6 +32,8 @@
<file src="..\bin\$Configuration$\Snoop.pdb" target="tools\" />
<file src="..\bin\$Configuration$\Snoop.com" target="tools\" />
<file src="..\bin\$Configuration$\Snoop.com.config" target="tools\" />

<file src="..\bin\$Configuration$\CommandLine.dll" target="tools\" />

<file src="..\bin\$Configuration$\net40\Snoop.Core*.config" target="tools\net40\" />
<file src="..\bin\$Configuration$\net40\Snoop.Core*.dll" target="tools\net40\" />
Expand Down

0 comments on commit ced9dc6

Please sign in to comment.