Skip to content

Commit d9d6f36

Browse files
committed
Update file: Updater P3 Run PS.ps1
1 parent ceac534 commit d9d6f36

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts_staging/TasksUpdater/Updater P3 Run PS.ps1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626
2727
.CHANGELOG
2828
13.12.24 SAN Split logging from parser.
29-
29+
03.06.25 SAN move PS7 call at the start
3030
#>
3131

32+
# Call the pwsh snippet
33+
{{CallPowerShell7}}
3234

3335
# Name will be used for both the name of the log file and what line of the Schedules to parse
3436
$PartName = "ModuleUpdate"
@@ -39,9 +41,6 @@ $PartName = "ModuleUpdate"
3941
# Call the logging snippet env Company_folder_path will be passed
4042
{{Logging}}
4143

42-
# Call the pwsh snippet
43-
{{CallPowerShell7}}
44-
4544
# Set TLS version to 1.2
4645
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4746

0 commit comments

Comments
 (0)