Remove xcopy.

This commit is contained in:
Haiping Chen 2024-01-02 23:33:13 -06:00
parent c6e7fbcf48
commit 006c08740b

View file

@ -62,8 +62,4 @@
<ProjectReference Include="..\BotSharp.Abstraction\BotSharp.Abstraction.csproj" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy /E /I /D /Y &quot;$(SolutionDir)src/Infrastructure/BotSharp.Core/Planning/agents&quot; &quot;$(SolutionDir)src/WebStarter/data/agents&quot;" />
</Target>
</Project>