Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 597 Bytes

File metadata and controls

27 lines (18 loc) · 597 Bytes

Cuculus

BOM

  • Windows 10/11
  • .NET 9
  • PowerShell Core 7.5
  • Visual Studio Code

Stepts

Artifacts

dotnet build --configuration Release --use-current-runtime --self-contained --artifacts-path ./artifacts/

Windows Service

sc.exe create ".NET Cuculus Service" binpath= "C:\Workspaces\DotNet9\Cuculus\artifacts\bin\Cuculus.WebApi\release\Cuculus.WebApi.exe"

Links