Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 365 Bytes

File metadata and controls

12 lines (9 loc) · 365 Bytes

Build handoff

For any implementation change, run a Release build as the final verification step before handoff:

dotnet build SER.csproj -c Release --no-restore

The resulting DLL is deployed directly to the server, so do not hand off a change until this build has completed successfully and the Release artifact is ready for a server restart.