We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885abaf commit c0bf381Copy full SHA for c0bf381
build/Program.cs
@@ -25,6 +25,12 @@
25
dotnet publish {source} -c Release -o .artifacts/publish \
26
--self-contained true /p:PublishTrimmed=true /p:PublishSingleFile=false /p:PublishAot=true
27
""";
28
+
29
+ var generatorSource = "src/docs-generator/docs-generator.csproj";
30
+ await $"""
31
+ dotnet publish {generatorSource} -c Release -o .artifacts/publish \
32
+ --self-contained true /p:PublishTrimmed=true /p:PublishSingleFile=false /p:PublishAot=true
33
+ """;
34
});
35
36
// this is manual for now and quite hacky.
0 commit comments