We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c956dd commit 52de343Copy full SHA for 52de343
script/vsts/platforms/windows.yml
@@ -40,8 +40,10 @@ jobs:
40
- pwsh: |
41
if ($env:BUILD_ARCH -eq "x64") {
42
$env:FileID="-x64"
43
- echo "##vso[task.setvariable variable=FileID]$env:FileID" # Azure syntax
+ } else {
44
+ $env:FileID=""
45
}
46
+ echo "##vso[task.setvariable variable=FileID]$env:FileID" # Azure syntax
47
env:
48
BUILD_ARCH: $(buildArch)
49
displayName: Set FileID based on the arch
0 commit comments