Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac committed Jan 8, 2025
1 parent 1a41616 commit 29046cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/app-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ function BuildAndLoadPlc {
}
cd $appFolder
# apax install
$result = run-command -command "apax install"
$result = run-command -command "apax install"
return
if ($($result.Success) -match "True")
{
Write-Output "Command 'apax install' finished succesfully in $appFolder"
Expand Down Expand Up @@ -827,7 +828,7 @@ if ($appYamls)
###### Overrite security files
OverwriteSecurityFiles -appYamlFile $($appYaml.FilePath) -plcName $plcName
###### Build and load PLC
#BuildAndLoadPlc -appYamlFile $($appYaml.FilePath) -appName $($appYaml.AppName) -logFilePath $logFilePath -summaryResult ([ref]$SumaryResult)
BuildAndLoadPlc -appYamlFile $($appYaml.FilePath) -appName $($appYaml.AppName) -logFilePath $logFilePath -summaryResult ([ref]$SumaryResult)
###### Build and start HMI
#BuildAndStartHmi -appYamlFile $($appYaml.FilePath) -appName $($appYaml.AppName) -logFilePath $logFilePath -summaryResult ([ref]$SumaryResult)
}
Expand Down

0 comments on commit 29046cf

Please sign in to comment.