Skip to content

Commit 951216d

Browse files
authored
Changing the priority for Ngen for testhost (#2182)
1 parent 041133f commit 951216d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package/VSIXProject/TestPlatform.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@
236236

237237
<VsixSourceItem Include="$(VsixInputFileLocation)\*.*" Exclude="$(VsixInputFileLocation)\*.pdb" />
238238

239-
<VsixSourceItem Update="$(VsixInputFileLocation)\testhost.exe" Ngen="true" NgenArchitecture="X64" NgenPriority="1" NgenApplication="$(ExtensionInstallationRelativeToVS)\testhost.exe" />
240-
<VsixSourceItem Update="$(VsixInputFileLocation)\testhost.x86.exe" Ngen="true" NgenArchitecture="X86" NgenPriority="1" NgenApplication="$(ExtensionInstallationRelativeToVS)\testhost.x86.exe" />
239+
<VsixSourceItem Update="$(VsixInputFileLocation)\testhost.exe" Ngen="true" NgenArchitecture="X64" NgenPriority="2" NgenApplication="$(ExtensionInstallationRelativeToVS)\testhost.exe" />
240+
<VsixSourceItem Update="$(VsixInputFileLocation)\testhost.x86.exe" Ngen="true" NgenArchitecture="X86" NgenPriority="2" NgenApplication="$(ExtensionInstallationRelativeToVS)\testhost.x86.exe" />
241241
</ItemGroup>
242242
<ItemGroup>
243243
<Content Include="License.rtf">

0 commit comments

Comments
 (0)