Remove xcopy.
This commit is contained in:
parent
c6e7fbcf48
commit
006c08740b
|
|
@ -62,8 +62,4 @@
|
|||
<ProjectReference Include="..\BotSharp.Abstraction\BotSharp.Abstraction.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="xcopy /E /I /D /Y "$(SolutionDir)src/Infrastructure/BotSharp.Core/Planning/agents" "$(SolutionDir)src/WebStarter/data/agents"" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue