We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37c555 commit b09c6e5Copy full SHA for b09c6e5
src/OptProf.targets
@@ -2,7 +2,7 @@
2
<ItemGroup>
3
<OptProf Include="$(TargetPath)">
4
<Technology>IBC</Technology>
5
- <InstallationPath>Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Threading.17.x\$(TargetFileName)</InstallationPath>
+ <InstallationPath>Common7\IDE\PrivateAssemblies\$(TargetFileName)</InstallationPath>
6
<InstrumentationArguments>/ExeConfig:"%VisualStudio.InstallationUnderTest.Path%\Common7\IDE\vsn.exe"</InstrumentationArguments>
7
<Scenarios>
8
<TestContainer Name="VSPE">
0 commit comments