Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Print runtime pack locations after updating the locations to allow ve…
…rification of correct package usage.
  • Loading branch information
LoopedBard3 committed Apr 26, 2023
commit 55155afe387ceaac8dc06132480ab742a1b5731e
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/templates/build-perf-bdn-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ steps:
$lineNumber = $targetLine.LineNumber
$benchmarksDroidConfigFileContent[$lineNumber-1] += "
<!-- Change AfterTargets back to 'UpdateTargetingAndRuntimePack' when reenabling pack injection -->
<Target Name=`"PrintRuntimePackLocation`" AfterTargets=`"ResolveFrameworkReferences`">
<Target Name=`"PrintRuntimePackLocation`" AfterTargets=`"UpdateTargetingAndRuntimePack`">
<Message Text=`"Used runtime pack: %(ResolvedRuntimePack.PackageDirectory)`" Importance=`"high`" />
</Target>

Expand Down