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