No description
  • C# 89.6%
  • PowerShell 4.2%
  • Shell 3.3%
  • Dockerfile 2.7%
  • Batchfile 0.2%
Find a file
user 53963db510
All checks were successful
build / build (push) Successful in 2m18s
Drop global.json: redundant once CI runs on dotnet-sdk-with-docker base image
build.sh only consults global.json when dotnet isn't already on PATH.
The base image bakes .NET 10 SDK in, so build.sh takes the if-branch
and skips its own install entirely. Pinning a specific patch (10.0.300)
just blocks local devs whose SDK is on a different feature band.
2026-05-25 20:45:53 +03:00
.forgejo/workflows Run job inside dotnet-sdk-with-docker:10.0 base image 2026-05-25 19:25:01 +03:00
.nuke DotNet 10 + Nuke dynamic target + Sln -> Slnx 2025-12-01 17:19:54 +00:00
build Bump package minor 1.0 -> 1.1 to avoid collision with legacy gitlab 1.0.X line 2026-05-25 20:23:14 +03:00
src DotNet 10 + Nuke dynamic target + Sln -> Slnx 2025-12-01 17:19:54 +00:00
.editorconfig Web app setup 2025-07-19 18:13:33 +00:00
.gitattributes Web app setup 2025-07-19 18:13:33 +00:00
.gitignore Web app setup 2025-07-19 18:13:33 +00:00
AddMigration.ps1 Web app setup 2025-07-19 18:13:33 +00:00
build.cmd CI with nuke build init 2025-07-31 19:45:33 +00:00
build.ps1 DotNet 10 + Nuke dynamic target + Sln -> Slnx 2025-12-01 17:19:54 +00:00
build.sh DotNet 10 + Nuke dynamic target + Sln -> Slnx 2025-12-01 17:19:54 +00:00
Directory.Build.props DotNet 10 + Nuke dynamic target + Sln -> Slnx 2025-12-01 17:19:54 +00:00
Directory.Packages.props Pin transitive deps with CVEs: System.Security.Cryptography.Xml 10.0.8, Scriban 7.2.1 2026-05-25 19:56:15 +03:00
nuget.config Migrate CI to Forgejo Actions; publish CrackTower.Common.* to Forgejo NuGet registry 2026-05-25 17:23:49 +03:00
README.md CI with nuke build init 2025-07-31 19:45:33 +00:00
WebServiceTemplate.slnx DotNet 10 + Nuke dynamic target + Sln -> Slnx 2025-12-01 17:19:54 +00:00

WebServiceTemplate

Build

Build and ci configuration is inspired by https://github.com/alex1ozr/DockerTests