Fix VS Test explorer SDK mismatch (dotnet/corefx#39440)
authorSantiago Fernandez Madero <safern@microsoft.com>
Fri, 12 Jul 2019 22:46:38 +0000 (15:46 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2019 22:46:38 +0000 (15:46 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/23f6feb8abf3e6b7ba37eba1731a30e0eb7fcb96

src/libraries/external/runtime/runtime.depproj

index 947f805..3ce0ed8 100644 (file)
@@ -63,7 +63,7 @@
     <Exec Command="chmod +x $(TestHostRootPath)%(DotnetExe.Filename)%(DotnetExe.Extension)" Condition="'$(OS)' != 'Windows_NT'"/>
 
     <Copy SourceFiles="@(HostSdkFile)"
-          DestinationFolder="$(TestHostRootPath)sdk\$(ProductVersion)\%(RecursiveDir)"
+          DestinationFolder="$(TestHostRootPath)sdk\$(DotNetVersion)\%(RecursiveDir)"
           SkipUnchangedFiles="true"
           UseHardlinksIfPossible="$(UseHardlink)" />
   </Target>