Skip to content

Commit

Permalink
Merge pull request #326 from ffxivcode/MoreAP
Browse files Browse the repository at this point in the history
echo os
  • Loading branch information
Herculezz55 authored Aug 31, 2024
2 parents 86854e3 + bb6f800 commit 3073458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AutoDuty/AutoDuty.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@
<Target Condition="$([MSBuild]::IsOSPlatform('Windows'))" Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy &quot;$(ProjectDir)Paths\&quot;* &quot;$(ProjectDir)$(OutDir)&quot;" />
</Target>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="echo $(OS)" />
</Target>
</Project>

0 comments on commit 3073458

Please sign in to comment.