Fix: CMake option values should be ON/OFF
This commit is contained in:
@@ -91,7 +91,7 @@ jobs:
|
||||
VcpkgTargetTriplet: $(VcpkgTargetTriplet)
|
||||
BuildConfiguration: 'RelWithDebInfo'
|
||||
${{ if eq(parameters.IsStableRelease, true) }}:
|
||||
OptionUseNSIS: "YES"
|
||||
OptionUseNSIS: "ON"
|
||||
- task: VSBuild@1
|
||||
displayName: 'Create bundles'
|
||||
inputs:
|
||||
|
||||
@@ -2,7 +2,7 @@ parameters:
|
||||
BuildArch: ''
|
||||
VcpkgTargetTriplet: ''
|
||||
BuildConfiguration: ''
|
||||
OptionUseNSIS: 'NO'
|
||||
OptionUseNSIS: 'OFF'
|
||||
|
||||
steps:
|
||||
- task: CMake@1
|
||||
|
||||
Reference in New Issue
Block a user