Trim away netframework targets when building (#15716)
This commit is contained in:
parent
83629ea0e7
commit
5b6668f744
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<GitHubRepositoryName>installer</GitHubRepositoryName>
|
<GitHubRepositoryName>installer</GitHubRepositoryName>
|
||||||
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
|
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
|
||||||
|
<SourceBuildTrimNetFrameworkTargets>true</SourceBuildTrimNetFrameworkTargets>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="ConfigureInnerBuildArg" BeforeTargets="GetSourceBuildCommandConfiguration">
|
<Target Name="ConfigureInnerBuildArg" BeforeTargets="GetSourceBuildCommandConfiguration">
|
||||||
|
|
Loading…
Reference in a new issue