Fix OOPStackUnwinderX86::Unwind crash when Eip is invalid
[platform/upstream/coreclr.git] / tests / helixperftasks.targets
index 52fb7f7..d578360 100644 (file)
@@ -31,7 +31,7 @@
                     }
 
                   }
-                  uniqueAssemblyPaths = uniqueAssemblyPathsList.ToArray();
+                  UniqueAssemblyPaths = uniqueAssemblyPathsList.ToArray();
           ]]>
         </Code>
       </Task>
       <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"