We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8916d commit e11c244Copy full SHA for e11c244
1 file changed
.github/extension/BuildPhpExtension/private/Invoke-Build.ps1
@@ -31,10 +31,15 @@ Function Invoke-Build {
31
$ref = $Config.ref.ToLower()
32
}
33
echo ">>> builder: $builder"
34
+ ls php-sdk
35
echo ">>> -c: $Config.vs_version"
36
echo ">>> -a: $Config.Arch"
37
echo ">>> -s: $Config.vs_toolset"
38
+ ls D:\a\php-ext-lz4\php-ext-lz4\build
39
+ ls D:\a\php-ext-lz4\php-ext-lz4\build\f10af2bd\
40
+ ls D:\a\php-ext-lz4\php-ext-lz4\build\f10af2bd\php-dev
41
echo ">>> -t: $task"
42
+ ls D:\a\php-ext-lz4\php-ext-lz4\.github\extension\BuildPhpExtension\private\..\config
43
$suffix = "php_" + (@(
44
$Config.name,
45
$ref,
0 commit comments