Fixing the condition under which PlatformTarget is set

This commit is contained in:
Tanner Gooding 2021-12-02 13:06:25 -08:00
Родитель 5514f85d27
Коммит d4b11deb95
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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"
}