Skip to content

Commit

Permalink
SuperPMI collection pipeline: fix location of JIT-EE version GUID
Browse files Browse the repository at this point in the history
With dotnet#45044 it moved from corinfo.h to jiteeversionguid.h
  • Loading branch information
BruceForstall committed Dec 4, 2020
1 parent 4a200d1 commit 8c3e3ef
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit 8c3e3ef

Please sign in to comment.