summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/windows-build.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/templates/windows-build.yml')
-rw-r--r--azure-pipelines/templates/windows-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/templates/windows-build.yml b/azure-pipelines/templates/windows-build.yml
index 07e42a7ce..ae3b89414 100644
--- a/azure-pipelines/templates/windows-build.yml
+++ b/azure-pipelines/templates/windows-build.yml
@@ -2,7 +2,7 @@ parameters:
BuildArch: ''
VcpkgTargetTriplet: ''
BuildConfiguration: ''
- OptionUseNSIS: 'NO'
+ OptionUseNSIS: 'OFF'
steps:
- task: CMake@1