Skip to content

Commit f9d165e

Browse files
authored
Re-added RubberduckPostBuildTask without the API dll
1 parent 43b8e48 commit f9d165e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Rubberduck.Deployment/Rubberduck.Deployment.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,15 @@
5454
<CreateProperty Value="$(ProjectDir)$(OutputPath)$(TargetFileName)">
5555
<Output TaskParameter="Value" PropertyName="TargetAssembly" />
5656
</CreateProperty>
57-
<!-- RubberduckPostBuildTask goes here -->
57+
<RubberduckPostBuildTask
58+
Config="$(ConfigurationName)"
59+
NetToolsDir="$(SdkPath)bin\NETFX 4.6.1 Tools\"
60+
WixToolsDir="$(ProjectDir)WixToolset\"
61+
SourceDir="$(TargetDir)"
62+
TargetDir="$(TargetDir)"
63+
ProjectDir="$(ProjectDir)"
64+
IncludeDir="$(ProjectDir)InnoSetup\Includes\"
65+
FilesToExtract="Rubberduck.dll" />
5866
<Message Text="Ran Rubberduck postbuild task" Importance="normal" />
5967
</Target>
6068
</Project>

0 commit comments

Comments
 (0)