From 1a41616b1582c1e472fa97ba8e1060f60f46d90e Mon Sep 17 00:00:00 2001 From: TK <61820360+TomKovac@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:03:38 +0100 Subject: [PATCH] inint --- scripts/app-test.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/app-test.ps1 b/scripts/app-test.ps1 index e3676a68f..a48a1f50b 100644 --- a/scripts/app-test.ps1 +++ b/scripts/app-test.ps1 @@ -827,9 +827,9 @@ 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) + #BuildAndStartHmi -appYamlFile $($appYaml.FilePath) -appName $($appYaml.AppName) -logFilePath $logFilePath -summaryResult ([ref]$SumaryResult) } }