Update CustomRulePowerShellProbe.json

This commit is contained in:
Alex Protsenko
2020-07-15 19:16:03 +03:00
committed by GitHub
parent f9430be72d
commit ba8709a36a
@@ -14,7 +14,7 @@
},
"displayName": "PowerShell host information",
"description": "Information about the PowerShell console host ",
"message": "Upgrade ps version to latest one. Current major version is @{Output.Version}, latest is @{latestVersion}.",
"message": "Upgrade PowerShell. Installed major version is @{Output.Version}, latest available is @{latestVersion}.",
"level": "Warning",
"latestVersion": "7.0.2",
"condition": {
@@ -44,4 +44,4 @@
}
]
}
}
}