Skip to content

Commit c704824

Browse files
committed
Override vcvars options
1 parent 8a40953 commit c704824

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

windows-release/openssl-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ parameters:
1818
displayName: 'Custom build VM'
1919
type: boolean
2020
default: false
21+
- name: VCVarsOptions
22+
displayName 'vcvarsall.bat options'
23+
type: string
24+
default: '$(VCPlatform)'
2125
- name: IncludeX86
2226
displayName: 'Include x86'
2327
type: boolean
@@ -88,7 +92,7 @@ jobs:
8892
displayName: 'Check out OpenSSL sources'
8993
9094
- script: |
91-
call "$(vcvarsall)" $(VCPlatform)
95+
call "$(vcvarsall)" ${{ parameters.VCVarsOptions }}
9296
perl "$(Build.SourcesDirectory)\Configure" $(OpenSSLPlatform) no-uplink
9397
nmake
9498
workingDirectory: '$(IntDir)'

0 commit comments

Comments
 (0)