File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,6 @@ let private publishContainers _ =
77
77
let imageTag =
78
78
match project with
79
79
| " 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"
84
80
| _ -> " jammy-chiseled-aot"
85
81
let labels =
86
82
let exitCode = exec {
Original file line number Diff line number Diff line change 7
7
<RootNamespace >Documentation.Assembler</RootNamespace >
8
8
<InvariantGlobalization >true</InvariantGlobalization >
9
9
10
- <PublishAot >false </PublishAot >
10
+ <PublishAot >true </PublishAot >
11
11
<PublishSingleFile >true</PublishSingleFile >
12
12
<SelfContained >true</SelfContained >
13
13
You can’t perform that action at this time.
0 commit comments