correctly set runWorkingDirectory (#35322)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Thu, 23 Apr 2020 17:21:40 +0000 (10:21 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 17:21:40 +0000 (10:21 -0700)
src/libraries/intellisense.targets

index 3e932f9..d95f786 100644 (file)
@@ -83,6 +83,7 @@
          We need to update the properties derived from the output path in order to reflect the change.
          TargetPath is one of such property. -->
     <TargetPath>$(OutputPath)$(TargetFileName)</TargetPath>
+    <OutDir>$(OutputPath)</OutDir>
   </PropertyGroup>
 
 </Project>