Skip to content

Commit

Permalink
Fix VS Test explorer SDK mismatch (dotnet#39440)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Jul 12, 2019
1 parent 798468f commit 23f6feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/runtime/runtime.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 23f6feb

Please sign in to comment.