mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
project: rename dotnet publish
option -p:SourceGitNoAot=true|false
to -p:DisableAOT=true|false
This commit is contained in:
parent
e4fb9eeb52
commit
7526def448
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<RepositoryType>Public</RepositoryType>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Release' and '$(SourceGitNoAot)' != 'true'">
|
||||
<PropertyGroup Condition="'$(DisableAOT)' != 'true'">
|
||||
<PublishAot>true</PublishAot>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<TrimMode>link</TrimMode>
|
||||
|
|
Loading…
Reference in a new issue