Add macos and linux publishing

This commit is contained in:
Matt Parker
2025-11-15 16:56:21 +10:00
parent cb8887cbd6
commit e84e0a26b1
5 changed files with 86 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ builder.Services.AddParallelPipelines(
builder.Services
.AddStep<RestoreAndBuildStep>()
.AddStep<CreateWindowsRelease>()
.AddStep<CreateLinuxRelease>()
.AddStep<CreateMacosRelease>()
.AddStep<CreateGithubRelease>()
;