Skip to content

Commit c88f43e

Browse files
committed
Override vcvars options
1 parent c704824 commit c88f43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows-release/openssl-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parameters:
2121
- name: VCVarsOptions
2222
displayName 'vcvarsall.bat options'
2323
type: string
24-
default: '$(VCPlatform)'
24+
default: ''
2525
- name: IncludeX86
2626
displayName: 'Include x86'
2727
type: boolean
@@ -92,7 +92,7 @@ jobs:
9292
displayName: 'Check out OpenSSL sources'
9393
9494
- script: |
95-
call "$(vcvarsall)" ${{ parameters.VCVarsOptions }}
95+
call "$(vcvarsall)" $(VCPlatform) ${{ parameters.VCVarsOptions }}
9696
perl "$(Build.SourcesDirectory)\Configure" $(OpenSSLPlatform) no-uplink
9797
nmake
9898
workingDirectory: '$(IntDir)'

0 commit comments

Comments
 (0)