fix name
This commit is contained in:
parent
78224338ac
commit
2ac84026ee
2 changed files with 6 additions and 4 deletions
|
@ -22,9 +22,9 @@ jobs:
|
|||
- template: /eng/common/templates/variables/pool-providers.yml
|
||||
- template: /eng/common/templates/variables/pipelines.yml
|
||||
- name: InstallerBuildId
|
||||
value: $[ dependencies.Get_Build_Information.outputs['ids.InstallerBuildId'] ]
|
||||
value: $[ dependencies.Get_Build_Information.outputs['Get_Build_Ids.InstallerBuildId'] ]
|
||||
- name: VmrBuildId
|
||||
value: $[ dependencies.Get_Build_Information.outputs['ids.VmrBuildId'] ]
|
||||
value: $[ dependencies.Get_Build_Information.outputs['Get_Build_Ids.VmrBuildId'] ]
|
||||
- name: TestResultsFileName
|
||||
value: ${{ parameters.buildName }}_${{ parameters.architecture }}_SDKComparisonTests.trx
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue