5 lines
74 B
Batchfile
5 lines
74 B
Batchfile
@echo off
|
|
dotnet build -c Release
|
|
cd bin\Release\net10.0
|
|
.\nsszcontactbot
|