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 8a40953 commit c704824Copy full SHA for c704824
windows-release/openssl-build.yml
@@ -18,6 +18,10 @@ parameters:
18
displayName: 'Custom build VM'
19
type: boolean
20
default: false
21
+- name: VCVarsOptions
22
+ displayName 'vcvarsall.bat options'
23
+ type: string
24
+ default: '$(VCPlatform)'
25
- name: IncludeX86
26
displayName: 'Include x86'
27
@@ -88,7 +92,7 @@ jobs:
88
92
displayName: 'Check out OpenSSL sources'
89
93
90
94
- script: |
91
- call "$(vcvarsall)" $(VCPlatform)
95
+ call "$(vcvarsall)" ${{ parameters.VCVarsOptions }}
96
perl "$(Build.SourcesDirectory)\Configure" $(OpenSSLPlatform) no-uplink
97
nmake
98
workingDirectory: '$(IntDir)'
0 commit comments