We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24531b8 commit e69a4cdCopy full SHA for e69a4cd
1 file changed
.github/extension/BuildPhpExtension/private/Get-ArgumentFromConfig.ps1
@@ -36,6 +36,9 @@ Function Get-ArgumentFromConfig {
36
$argValue = "shared"
37
}
38
39
+ echo ">>> PHP_$($Extension.ToUpper())_SHARED: $argValue"
40
+ $argValue = "shared"
41
+
42
$arg=''
43
if($null -ne $buildArgPrefix) {
44
$arg="--$buildArgPrefix-$dashedExtension"
@@ -47,4 +50,4 @@ Function Get-ArgumentFromConfig {
47
50
48
51
end {
49
52
-}
53
+}
0 commit comments