This commit is contained in:
2020-08-25 17:46:48 +00:00
parent ec6077edf0
commit cfbb70c284
4 changed files with 17 additions and 3 deletions

View File

@@ -240,3 +240,10 @@ IMPORTANT NOTES:
DOCKER / LINUX CHEAT SHEET
Alpine linux enter container and run shell from docker:
docker run -it [container_id] /bin/ash
<!-- <Target Name="CopyCustomContent" AfterTargets="AfterBuild">
<Copy SourceFiles=".\resource\ay-report.js;" DestinationFolder="$(OutDir)\resource\rpt" />
<!-- <Copy SourceFiles=".\resource\rpt\ay-report.js;.\resource\rpt\ay-hb.js;.\resource\rpt\ay-md.js" DestinationFolder="$(OutDir)\resource\rpt" /> -->
</Target> -->