Skip to content

Commit

Permalink
Update csproj file for doctool compliance (instead of xcopy)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Aug 14, 2024
1 parent 45ed474 commit 3db0305
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions F5Orchestrator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="echo F | xcopy &quot;$(ProjectDir)manifest.json&quot; &quot;$(TargetDir)\manifest.json&quot; /Y" />
</Target>
<ItemGroup>
<None Update="manifest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Target>

</Project>

0 comments on commit 3db0305

Please sign in to comment.