summaryrefslogtreecommitdiff
path: root/tests/helixperftasks.targets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helixperftasks.targets')
-rw-r--r--tests/helixperftasks.targets6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/helixperftasks.targets b/tests/helixperftasks.targets
index 62da5e4c32..d578360092 100644
--- a/tests/helixperftasks.targets
+++ b/tests/helixperftasks.targets
@@ -52,12 +52,8 @@
<Output TaskParameter="PerfTestAssemblies" ItemName="CoreCLRPerfTest" />
</GetPerfTestAssemblies>
- <ItemGroup>
- <DnuSourceList Include="$(CORE_ROOT)\.nuget\pkg" />
- </ItemGroup>
-
<!-- Restore the runtime dependencies -->
- <Exec Command="$(DnuRestoreCommand) &quot;$(TestRuntimeProjectJson)&quot;"
+ <Exec Command="$(DotnetRestoreCommand) &quot;$(TestRuntimeProjectJson)&quot;"
StandardOutputImportance="Low"
CustomErrorRegularExpression="^Unable to resolve .*"
IgnoreExitCode="true"