build: make release signing optional

This commit is contained in:
Meik
2026-07-01 15:13:03 +02:00
parent 5ba8d23bcc
commit 6cbafa0f35
3 changed files with 17 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
setlocal
pushd "%~dp0.."
dotnet build "F4SDM42WebApi\F4SD - M42WebApi.csproj" -c Release %*
dotnet build "F4SDM42WebApi\F4SD - M42WebApi.csproj" -c Release /p:M42SignAssemblies=true %*
set EXITCODE=%ERRORLEVEL%
popd