Skip to content

Commit

Permalink
Ngen testhost and testhost.x86... (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinH-MS authored and mayankbansal018 committed Feb 14, 2018
1 parent 7eb6c4e commit 18990fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/package/VSIXProject/TestPlatform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@
<VSIXSubPath>Extensions\TestImpact\ComComponents\x86</VSIXSubPath>
</VsixSourceItem>

<!-- CUIT -->
<!-- CUIT -->
<VsixSourceItem Include="$(VsixInputFileLocation)\CUITPlugins\*.*" Exclude="$(VsixInputFileLocation)\CUITPlugins\*.pdb">
<VSIXSubPath>CUITPlugins</VSIXSubPath>
</VsixSourceItem>

<!-- V1 Data Collectors -->
<!-- V1 Data Collectors -->
<VsixSourceItem Include="$(VsixInputFileLocation)\Extensions\V1\*.*" Exclude="$(VsixInputFileLocation)\Extensions\V1\*.pdb">
<VSIXSubPath>Extensions\V1</VSIXSubPath>
</VsixSourceItem>
Expand Down Expand Up @@ -234,6 +234,9 @@
</VsixSourceItem>

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

<VsixSourceItem Update="$(VsixInputFileLocation)\testhost.exe" Ngen="true" NgenArchitecture="X64" NgenPriority="1" />
<VsixSourceItem Update="$(VsixInputFileLocation)\testhost.x86.exe" Ngen="true" NgenArchitecture="X86" NgenPriority="1" />
</ItemGroup>
<ItemGroup>
<Content Include="License.rtf">
Expand Down

0 comments on commit 18990fd

Please sign in to comment.