Skip to content

Commit 4c31883

Browse files
committed
build: use AOT publishing
Replace single-file trimming publishing with full AOT publishing. This should also result in an increased execution performance as we no longer need to JIT any code at runtime.
1 parent 15df48d commit 4c31883

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shared/Git-Credential-Manager/Git-Credential-Manager.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<IsTestProject>false</IsTestProject>
1111
<LangVersion>latest</LangVersion>
1212
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
13-
<PublishSingleFile>true</PublishSingleFile>
14-
<PublishTrimmed>true</PublishTrimmed>
13+
<PublishAot>true</PublishAot>
1514
<InvariantGlobalization>true</InvariantGlobalization>
1615
</PropertyGroup>
1716

0 commit comments

Comments
 (0)