summaryrefslogtreecommitdiff
path: root/tests/runtest.proj
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-03 10:06:22 -0800
committerGitHub <noreply@github.com>2019-01-03 10:06:22 -0800
commitb20917f552cfc6f502648f9342dbdfd7ac0ad91e (patch)
tree3da2a0f10a4c19e83d785013aa439bdc7f727fd7 /tests/runtest.proj
parent8cf62cb77230389c4744b91f1c6ddd60331674ad (diff)
downloadcoreclr-b20917f552cfc6f502648f9342dbdfd7ac0ad91e.tar.gz
coreclr-b20917f552cfc6f502648f9342dbdfd7ac0ad91e.tar.bz2
coreclr-b20917f552cfc6f502648f9342dbdfd7ac0ad91e.zip
Remove vc-runtime package dependency (#21643)
Diffstat (limited to 'tests/runtest.proj')
-rw-r--r--tests/runtest.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.proj b/tests/runtest.proj
index 81b09be9f8..a662a288aa 100644
--- a/tests/runtest.proj
+++ b/tests/runtest.proj
@@ -346,7 +346,7 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
<Target Name="CreateTestOverlay">
<MSBuild Projects="$(MSBuildProjectFile)"
- Targets="CopyDependecyToCoreRoot"
+ Targets="CopyDependencyToCoreRoot"
Properties="Language=C#;TargetRid=$(TargetRid)" />
</Target>