Skip to content

Commit

Permalink
fixed xcopy command to run on the build server
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Aug 22, 2020
1 parent b3016d8 commit 20e0cb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<ProjectReference Include="..\..\HelloWorld.Core\HelloWorld.Core.csproj" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)*.*&quot; &quot;$(SolutionDir)$(SolutionName)\$(OutDir)Modules&quot; /Y" />
<Exec Command="xcopy &quot;$(TargetDir)*&quot; &quot;$(SolutionDir)$(SolutionName)\$(OutDir)Modules\&quot; /y" />
</Target>
</Project>

0 comments on commit 20e0cb8

Please sign in to comment.