build: make release signing optional
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user