5 lines
148 B
Batchfile
5 lines
148 B
Batchfile
@echo off
|
|
|
|
REM compilo in publish
|
|
dotnet publish EgwCApp.ExcImport.csproj -p:PublishSingleFile=true -r win-x64 -c Release --self-contained false
|