mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 11:37:04 +09:00
Fix template parameter name in SuperPMI jobs (#99918)
This commit is contained in:
parent
8829dc41c6
commit
cbb30bd4fa
3 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
artifactFileName: 'CheckedJIT_$(osGroup)$(osSubgroup)_$(archType)$(archiveExtension)'
|
||||
artifactName: 'CheckedJIT_$(osGroup)$(osSubgroup)_$(archType)'
|
||||
displayName: 'JIT checked build'
|
||||
cleanupUnpackFolder: false
|
||||
cleanUnpackFolder: false
|
||||
|
||||
# Download jit release builds
|
||||
- template: /eng/pipelines/common/download-artifact-step.yml
|
||||
|
@ -51,4 +51,4 @@ jobs:
|
|||
artifactFileName: 'ReleaseJIT_$(osGroup)$(osSubgroup)_$(archType)$(archiveExtension)'
|
||||
artifactName: 'ReleaseJIT_$(osGroup)$(osSubgroup)_$(archType)'
|
||||
displayName: 'JIT release build'
|
||||
cleanupUnpackFolder: false
|
||||
cleanUnpackFolder: false
|
||||
|
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
artifactFileName: 'CheckedJIT_$(osGroup)$(osSubgroup)_$(archType)$(archiveExtension)'
|
||||
artifactName: 'CheckedJIT_$(osGroup)$(osSubgroup)_$(archType)'
|
||||
displayName: 'JIT checked build'
|
||||
cleanupUnpackFolder: false
|
||||
cleanUnpackFolder: false
|
||||
|
||||
- ${{ if in(parameters.diffType, 'tpdiff', 'all') }}:
|
||||
# Download jit release builds
|
||||
|
@ -69,4 +69,4 @@ jobs:
|
|||
artifactFileName: 'ReleaseJIT_$(osGroup)$(osSubgroup)_$(archType)$(archiveExtension)'
|
||||
artifactName: 'ReleaseJIT_$(osGroup)$(osSubgroup)_$(archType)'
|
||||
displayName: 'JIT release build'
|
||||
cleanupUnpackFolder: false
|
||||
cleanUnpackFolder: false
|
||||
|
|
|
@ -39,4 +39,4 @@ jobs:
|
|||
artifactFileName: 'CheckedJIT_$(osGroup)$(osSubgroup)_$(archType)$(archiveExtension)'
|
||||
artifactName: 'CheckedJIT_$(osGroup)$(osSubgroup)_$(archType)'
|
||||
displayName: 'JIT checked build'
|
||||
cleanupUnpackFolder: false
|
||||
cleanUnpackFolder: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue