Browse Source

Update common.ps1

pull/21807/head
maliming 2 years ago
parent
commit
a3eaa8a204
  1. 2
      build/common.ps1

2
build/common.ps1

@ -39,7 +39,7 @@ if ($full -eq "-f")
"../source-code"
)
if ($env:OS -eq "Windows_NT") {
solutionPaths += "../templates/wpf"
$solutionPaths += "../templates/wpf"
}
}else{
Write-host ""

Loading…
Cancel
Save