We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f68e9e9 + bc38472 commit 11bac6eCopy full SHA for 11bac6e
src/Microsoft.DotNet.Arcade.Sdk/tools/VisualStudio.VsixBuild.targets
@@ -43,14 +43,12 @@
43
<IsProductComponent>true</IsProductComponent>
44
45
<Ngen Condition="'$(Ngen)' == ''">true</Ngen>
46
- <NgenArchitecture Condition="'$(NgenArchitecture)' == ''">All</NgenArchitecture>
47
<NgenPriority Condition="'$(NgenPriority)' == ''">3</NgenPriority>
48
</PropertyGroup>
49
50
<ItemGroup Condition="'$(VisualStudioInsertionComponent)' != ''">
51
<ProjectReference Update="@(ProjectReference)">
52
<Ngen Condition="'%(Ngen)' == ''">true</Ngen>
53
- <NgenArchitecture Condition="'%(NgenArchitecture)' == '' and '%(Ngen)' != 'false'">All</NgenArchitecture>
54
<NgenPriority Condition="'%(NgenPriority)' == '' and '%(Ngen)' != 'false'">3</NgenPriority>
55
</ProjectReference>
56
</ItemGroup>
0 commit comments