Skip to content
Merged
Changes from all commits
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
6 changes: 2 additions & 4 deletions eng/pipelines/coreclr/superpmi.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# This job definition automates the SuperPMI collection process.

# Trigger this job if the JIT-EE GUID changes, which invalidates previous SuperPMI
# collections. As a proxy for determining if the JIT-EE GUID has changed, we just
# trigger if the file containing the GUID definition changes, which almost always
# corresponds to the GUID itself changing.
# collections.
trigger:
batch: true
branches:
include:
- master
paths:
include:
- src/coreclr/src/inc/corinfo.h
- src/coreclr/src/inc/jiteeversionguid.h

pr: none

Expand Down