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 886b242 commit 79d3083Copy full SHA for 79d3083
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