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
do not diff changes
  • Loading branch information
jmarolf authored Dec 9, 2022
commit 709388f8b2304c4792e4d5d726cd5e3ebaf51c27
2 changes: 1 addition & 1 deletion azure-pipelines-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
inputs:
filePath: $(Build.SourcesDirectory)\eng\common\build.ps1
arguments: -configuration Release -prepareMachine -ci -restore -binaryLog
- pwsh: $(Build.SourcesDirectory)\eng\perf\PerfCore.ps1 -v diag -diff -ci
- pwsh: $(Build.SourcesDirectory)\eng\perf\PerfCore.ps1 -v diag -ci
displayName: Validate Performance
- task: PublishBuildArtifacts@1
displayName: Publish Performance Results
Expand Down