File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ pipeline "Build" {
6161 stage " Build" { run " dotnet build -c Release --tl" }
6262 stage " UnitTests" { run " dotnet test -c Release --tl" }
6363 stage " Pack" { run " dotnet pack --no-restore -c Release --tl" }
64- stage " Publish " { run " dotnet publish --no-restore -r linux-x64 -c Release" }
64+ stage " PublishAOT " { run " dotnet publish src/Fantomas/Fantomas.fsproj -r linux-x64 -c Release -p:DoPublishAot=yes --tl " }
6565 stage " Docs" {
6666 whenNot { platformOSX }
6767 envVars
Original file line number Diff line number Diff line change 1212 <IsPackable >true</IsPackable >
1313 <RootNamespace >Fantomas</RootNamespace >
1414 <ErrorOnDuplicatePublishOutputFiles >false</ErrorOnDuplicatePublishOutputFiles >
15- <PublishAot >true</PublishAot >
15+ <PublishAot Condition = " '$(DoPublishAot)' != '' " >true</PublishAot >
1616 </PropertyGroup >
1717 <ItemGroup >
1818 <ProjectReference Include =" ..\Fantomas.Client\Fantomas.Client.fsproj" />
You can’t perform that action at this time.
0 commit comments