Skip to content

Commit

Permalink
inint
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac committed Jan 8, 2025
1 parent 943cdb0 commit 1a41616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/app-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 1a41616

Please sign in to comment.