mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
4 lines
No EOL
109 B
Batchfile
4 lines
No EOL
109 B
Batchfile
@echo off
|
|
mkdir ..\Build\GAC
|
|
copy ".\Cosmos\Cosmos.Shell.Console\bin\Debug\*.dll" "..\Build\GAC\" /Y
|
|
pause |