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.
2 parents 5c2583d + 79d3083 commit ab8b27cCopy full SHA for ab8b27c
src/SourceGit.csproj
@@ -20,7 +20,7 @@
20
<RepositoryType>Public</RepositoryType>
21
</PropertyGroup>
22
23
- <PropertyGroup Condition="'$(Configuration)' == 'Release'">
+ <PropertyGroup Condition="'$(Configuration)' == 'Release' and '$(SourceGitNoAot)' != 'true'">
24
<PublishAot>true</PublishAot>
25
<PublishTrimmed>true</PublishTrimmed>
26
<TrimMode>link</TrimMode>
0 commit comments