Fix OOPStackUnwinderX86::Unwind crash when Eip is invalid
[platform/upstream/coreclr.git] / tests / helixperftasks.targets
index 62da5e4..d578360 100644 (file)
       <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"