File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1818 ReleaseVersion : $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
1919 IsReleaseBranch : $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ]
2020 IsSignedZipBranch : $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
21+ FileID : ${{ replace(variables(buildArch), "x64", "-x64") }}
2122
2223 steps :
2324 - template : templates/preparation.yml
3738
3839 - template : templates/test.yml
3940
40- - pwsh : |
41- if ($env:BUILD_ARCH -eq "x64") {
42- $env:FileID="-x64"
43- echo "##vso[task.setvariable variable=FileID]$env:FileID" # Azure syntax
44- }
45- env:
46- BUILD_ARCH: $(buildArch)
47- displayName: Set FileID based on the arch
48-
4941 - template : templates/publish.yml
5042 parameters :
5143 artifacts :
You can’t perform that action at this time.
0 commit comments