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 8304d2e commit 4922f91Copy full SHA for 4922f91
src/PSAppDeployToolkit.Tools/PSScriptAnalyzer/Measure-ADTCompatibility.psm1
@@ -40,7 +40,7 @@ function Measure-ADTCompatibility
40
currentDate = '$adtSession.CurrentDate'
41
currentDateTime = '$adtSession.CurrentDateTime'
42
defaultMsiFile = '$adtSession.DefaultMsiFile'
43
- deployAppScriptDate = '$adtSession.DeployAppScriptDate'
+ deployAppScriptDate = $null
44
deployAppScriptFriendlyName = '$adtSession.DeployAppScriptFriendlyName'
45
deployAppScriptParameters = '$adtSession.DeployAppScriptParameters'
46
deployAppScriptVersion = '$adtSession.DeployAppScriptVersion'
0 commit comments