OF-DL/Publish_OF-DL.bat

7 lines
82 B
Batchfile

@ECHO OFF
ECHO.
dotnet publish ".\OF DL\OF DL.csproj" -o ".\Publish"
ECHO.
PAUSE