Fixing the condition under which PlatformTarget is set
This commit is contained in:
Родитель
5514f85d27
Коммит
d4b11deb95
|
@ -145,8 +145,7 @@ try {
|
|||
$architecture = "<auto>"
|
||||
}
|
||||
}
|
||||
|
||||
if (($architecture -ne "") -and ($architecture -ne "<auto>")) {
|
||||
elseif (($architecture -ne "") -and ($architecture -ne "<auto>")) {
|
||||
$properties += "/p:PlatformTarget=$architecture"
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче