Skip to content

Commit b09c6e5

Browse files
committed
Remove vs-threading specific change
1 parent a37c555 commit b09c6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OptProf.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ItemGroup>
33
<OptProf Include="$(TargetPath)">
44
<Technology>IBC</Technology>
5-
<InstallationPath>Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Threading.17.x\$(TargetFileName)</InstallationPath>
5+
<InstallationPath>Common7\IDE\PrivateAssemblies\$(TargetFileName)</InstallationPath>
66
<InstrumentationArguments>/ExeConfig:"%VisualStudio.InstallationUnderTest.Path%\Common7\IDE\vsn.exe"</InstrumentationArguments>
77
<Scenarios>
88
<TestContainer Name="VSPE">

0 commit comments

Comments
 (0)