File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,6 @@ let private publishContainers _ =
7777 let imageTag =
7878 match project with
7979 | " docs-builder" -> " jammy-chiseled-aot"
80- // When .NET 10 releases we can create a chiseled image with git more easily
81- // https://github.com/dotnet/dotnet-docker/blob/main/documentation/ubuntu-chiseled.md#how-do-i-install-additional-packages-on-chiseled-images
82- // For now we run with base jammy
83- | " docs-assembler" -> " jammy"
8480 | _ -> " jammy-chiseled-aot"
8581 let labels =
8682 let exitCode = exec {
Original file line number Diff line number Diff line change 77 <RootNamespace >Documentation.Assembler</RootNamespace >
88 <InvariantGlobalization >true</InvariantGlobalization >
99
10- <PublishAot >false </PublishAot >
10+ <PublishAot >true </PublishAot >
1111 <PublishSingleFile >true</PublishSingleFile >
1212 <SelfContained >true</SelfContained >
1313
You can’t perform that action at this time.
0 commit comments