We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c835e1 commit 919cd03Copy full SHA for 919cd03
builder/scripts/windows/builder.ps1
@@ -446,11 +446,11 @@ function Invoke-CMakeBuild {
446
447
# Run install target if requested
448
if ($RunLocalInstall) {
449
- Invoke-CMakeTarget -Target 'INSTALL' -BuildConfig $BuildConfig -DisplayName 'install target (local development layout)'
+ Invoke-CMakeTarget -Target 'install' -BuildConfig $BuildConfig -DisplayName 'install target (local development layout)'
450
}
451
452
if ($RunKernelsInstall) {
453
- Invoke-CMakeTarget -Target 'INSTALL' -BuildConfig $BuildConfig -DisplayName 'install target'
+ Invoke-CMakeTarget -Target 'install' -BuildConfig $BuildConfig -DisplayName 'install target'
454
455
456
finally {
0 commit comments