File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
src/package/Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 37
37
<SystemNetHttpVersion >4.3.4</SystemNetHttpVersion >
38
38
<SystemReflectionMetadataVersion >1.6.0</SystemReflectionMetadataVersion >
39
39
<SystemUriVersion >4.3.2</SystemUriVersion >
40
+ <TestPlatformExternalsVersion >17.6.33617.297</TestPlatformExternalsVersion >
40
41
<TestPlatformMSDiaVersion >17.6.33617.297</TestPlatformMSDiaVersion >
41
42
<TestPlatformRemoteExternalsVersion >17.6.33617.297</TestPlatformRemoteExternalsVersion >
42
43
<MicrosoftVSSDKBuildToolsVersion >17.4.2116</MicrosoftVSSDKBuildToolsVersion >
85
86
<NuGetFrameworksVersion >5.11.0</NuGetFrameworksVersion >
86
87
<ILAsmPackageVersion >5.0.0</ILAsmPackageVersion >
87
88
<JsonNetVersion >13.0.1</JsonNetVersion >
88
- <!-- We cannot reuse $(msbuildvar) because we need the text value inside build.ps1 -->
89
- <TestPlatformExternalsVersion >17.6.33617.297</TestPlatformExternalsVersion >
90
89
</PropertyGroup >
91
90
</Project >
Original file line number Diff line number Diff line change 29
29
<!-- Properties for items we include in VSIX -->
30
30
<ExtensionInstallationRelativeToVS >[installDir]\Common7\IDE\Extensions\TestPlatform</ExtensionInstallationRelativeToVS >
31
31
<TestPlatformCliBinFolder >$(ArtifactsBinDir)Microsoft.TestPlatform.CLI\$(Configuration)\$(NetFrameworkMinimum)\</TestPlatformCliBinFolder >
32
- <InternalTestPlatformRemoteFolder >$(TestPlatformCliBinFolder)Microsoft.Internal.TestPlatform.Remote\Extensions\</InternalTestPlatformRemoteFolder >
33
32
<TestPlatformBinFolder >$(ArtifactsBinDir)Microsoft.TestPlatform\$(Configuration)\net472\</TestPlatformBinFolder >
34
33
<MsDiaFolder >$(TestPlatformBinFolder)Microsoft.Internal.Dia\</MsDiaFolder >
35
34
<CUITFolder >$(TestPlatformBinFolder)Microsoft.VisualStudio.CUIT\</CUITFolder >
118
117
119
118
<!-- Cpp Extensions -->
120
119
<ItemGroup >
121
- <VsixSourceItem Include =" $(InternalTestPlatformRemoteFolder) *" Exclude =" $(InternalTestPlatformRemoteFolder) *.pdb;$(InternalTestPlatformRemoteFolder)Microsoft.VisualStudio.TestTools.CppUnitTestFramework.ComInterfaces.dll;$(InternalTestPlatformRemoteFolder)Microsoft.VisualStudio.TestTools.CppUnitTestFramework.CppUnitTestExtension.dll;$(InternalTestPlatformRemoteFolder)System.ComponentModel.Composition.dll " >
120
+ <VsixSourceItem Include =" $(InternalTestPlatformExtensionsFolder)\Extensions\Cpp\ *" Exclude =" $(InternalTestPlatformExtensionsFolder)\Extensions\Cpp\ *.pdb" >
122
121
<VSIXSubPath >Extensions\Cpp</VSIXSubPath >
123
122
</VsixSourceItem >
124
- <VsixSourceItem Include =" $(InternalTestPlatformRemoteFolder)arm64\* " Exclude = " $(InternalTestPlatformRemoteFolder) arm64\*.pdb " >
123
+ <VsixSourceItem Include =" $(InternalTestPlatformExtensionsFolder)\Extensions\Cpp\ arm64\dbghelp.dll " >
125
124
<VSIXSubPath >Extensions\Cpp\arm64</VSIXSubPath >
126
125
</VsixSourceItem >
127
- <VsixSourceItem Include =" $(InternalTestPlatformRemoteFolder)x64\* " Exclude = " $(InternalTestPlatformRemoteFolder) x64\*.pdb " >
126
+ <VsixSourceItem Include =" $(InternalTestPlatformExtensionsFolder)\Extensions\Cpp\ x64\dbghelp.dll " >
128
127
<VSIXSubPath >Extensions\Cpp\x64</VSIXSubPath >
129
128
</VsixSourceItem >
130
129
</ItemGroup >
You can’t perform that action at this time.
0 commit comments