File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
eng/pipelines/coreclr/templates Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 71
71
72
72
# Build product defines what we are trying to build, either coreclr or mono
73
73
- name : buildProductArtifactName
74
- value : ' CoreCLRProduct_${{ parameters.runtimeVariant }}_$(osGroup)$(osSubgroup)_$(archType)_$(buildConfig)'
74
+ ${{ if eq(parameters.runtimeVariant, 'interpreter') }} :
75
+ value : ' CoreCLRProduct__$(osGroup)$(osSubgroup)_$(archType)_$(buildConfig)'
76
+ ${{ if ne(parameters.runtimeVariant, 'interpreter') }} :
77
+ value : ' CoreCLRProduct_${{ parameters.runtimeVariant }}_$(osGroup)$(osSubgroup)_$(archType)_$(buildConfig)'
75
78
76
79
- name : buildProductRootFolderPath
77
80
value : ' $(Build.SourcesDirectory)/artifacts/bin/coreclr/$(osGroup).$(archType).$(buildConfigUpper)'
You can’t perform that action at this time.
0 commit comments