We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef45a89 commit bcf8686Copy full SHA for bcf8686
script/vsts/platforms/windows.yml
@@ -18,6 +18,7 @@ jobs:
18
ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
19
IsReleaseBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ]
20
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
21
+ FileID: ${{ replace(variables(buildArch), "x64", "-x64") }}
22
23
steps:
24
- template: templates/preparation.yml
@@ -37,15 +38,6 @@ jobs:
37
38
39
- template: templates/test.yml
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
-
49
- template: templates/publish.yml
50
parameters:
51
artifacts:
0 commit comments