forked from sim0n00ps/OF-DL
7 lines
82 B
Batchfile
7 lines
82 B
Batchfile
@ECHO OFF
|
|
|
|
ECHO.
|
|
dotnet publish ".\OF DL\OF DL.csproj" -o ".\Publish"
|
|
|
|
ECHO.
|
|
PAUSE |