Skip to content

Commit

Permalink
Actually publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Sep 4, 2024
1 parent e08f382 commit fc2b691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Calamari/Calamari.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<Copy SourceFiles="@(FullFrameworkFiles)" DestinationFolder="$(OutDir)/Calamari.FullFrameworkTools/" />
</Target>
<Target Name="CopyExe2" AfterTargets="Publish" DependsOnTargets="IncludeDALImplementation">
<Copy SourceFiles="@(FullFrameworkFiles)" DestinationFolder="$(OutDir)/Calamari.FullFrameworkTools/" />
<Copy SourceFiles="@(FullFrameworkFiles)" DestinationFolder="$(PublishDir)/Calamari.FullFrameworkTools/" />
</Target>

<Target Name="CopyToolsAfterBuild" AfterTargets="Build" DependsOnTargets="GetToolFiles">
Expand Down

0 comments on commit fc2b691

Please sign in to comment.