We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b8e48 commit f9d165eCopy full SHA for f9d165e
Rubberduck.Deployment/Rubberduck.Deployment.csproj
@@ -54,7 +54,15 @@
54
<CreateProperty Value="$(ProjectDir)$(OutputPath)$(TargetFileName)">
55
<Output TaskParameter="Value" PropertyName="TargetAssembly" />
56
</CreateProperty>
57
- <!-- RubberduckPostBuildTask goes here -->
+ <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" />
66
<Message Text="Ran Rubberduck postbuild task" Importance="normal" />
67
</Target>
68
</Project>
0 commit comments