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 dc66315 commit f1e046cCopy full SHA for f1e046c
azure-pipelines-samples.yml
@@ -65,10 +65,10 @@ jobs:
65
versionSpec: '5.11.0'
66
67
- task: PowerShell@2
68
- displayName: 'Install the win 10 sdk v18362 if necessary'
+ displayName: 'Install the win 10 sdk v19041 if necessary'
69
inputs:
70
targetType: inline
71
- script: if (-not (Test-Path "${ENV:programfiles(x86)}\windows Kits\10\include\10.0.19041.0\")) { choco install windows-sdk-10-version-2004-all -y }
+ script: choco install windows-sdk-10-version-2004-all -y
72
73
- task: PowerShell@1
74
displayName: OpenCV - Configure CMake
0 commit comments