We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceac534 commit d9d6f36Copy full SHA for d9d6f36
scripts_staging/TasksUpdater/Updater P3 Run PS.ps1
@@ -26,9 +26,11 @@
26
27
.CHANGELOG
28
13.12.24 SAN Split logging from parser.
29
-
+ 03.06.25 SAN move PS7 call at the start
30
#>
31
32
+# Call the pwsh snippet
33
+{{CallPowerShell7}}
34
35
# Name will be used for both the name of the log file and what line of the Schedules to parse
36
$PartName = "ModuleUpdate"
@@ -39,9 +41,6 @@ $PartName = "ModuleUpdate"
39
41
# Call the logging snippet env Company_folder_path will be passed
40
42
{{Logging}}
43
-# Call the pwsh snippet
-{{CallPowerShell7}}
44
45
# Set TLS version to 1.2
46
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
47
0 commit comments