5 lines
108 B
Batchfile
5 lines
108 B
Batchfile
@echo off
|
|
setlocal
|
|
dotnet build "%~dp0..\src\IMSApiDotNet\IMSApiDotNet.csproj" -c Release -f net48
|
|
endlocal
|