4 lines
65 B
Batchfile
4 lines
65 B
Batchfile
|
@echo off
|
||
|
|
||
|
dotnet publish src\client\Bootstrap.Client -c Release
|