Skip to content

Commit

Permalink
added hopefully a working PostPublish target
Browse files Browse the repository at this point in the history
  • Loading branch information
siblount committed Jan 12, 2024
1 parent 5b11dcb commit 4e58804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DAZ_Installer.Windows/DAZ_Installer.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy &quot;$(SolutionDir)DAZ_Installer.Core\libs\UnRAR.dll&quot; &quot;$(OutDir)UnRAR.dll&quot;&#xD;&#xA;copy &quot;$(SolutionDir)DAZ_Installer.Core\External\7za.exe&quot; &quot;$(OutDir)7za.exe&quot;&#xD;&#xA;echo OutDir: $(OutDir)&#xD;&#xA;echo TargetDir: $(TargetDir)&#xD;&#xA;echo ProjectDir: $(ProjectDir)" />
</Target>
<Target Name="PostPublish" AfterTargets="Publish">
<Exec Command="copy &quot;$(SolutionDir)DAZ_Installer.Core\libs\UnRAR.dll&quot; &quot;$(OutDir)UnRAR.dll&quot;&#xD;&#xA;copy &quot;$(SolutionDir)DAZ_Installer.Core\External\7za.exe&quot; &quot;$(OutDir)7za.exe&quot;&#xD;&#xA;echo OutDir: $(OutDir)&#xD;&#xA;echo TargetDir: $(TargetDir)&#xD;&#xA;echo ProjectDir: $(ProjectDir)" />
</Target>

<Import Project="..\DAZ_Installer.Common\DAZ_Installer.Common.projitems" Label="Shared" />

Expand Down

0 comments on commit 4e58804

Please sign in to comment.