We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4a15c commit 28c9022Copy full SHA for 28c9022
2 files changed
.github/extension/BuildPhpExtension/private/Invoke-Build.ps1
@@ -21,7 +21,6 @@ Function Invoke-Build {
21
ls "$((Get-Location).Path)"
22
echo ">>> $((Get-Location).Path)\lz4"
23
ls "$((Get-Location).Path)\lz4"
24
- msbuild -version
25
26
$builder = "php-sdk\phpsdk-starter.bat"
27
$task = [System.IO.Path]::Combine($PSScriptRoot, '..\config\task.bat')
.github/workflows/win.yaml
@@ -98,8 +98,8 @@ jobs:
98
if($null -eq $VsData.vs) {
99
throw "PHP version $PhpVersion is not supported."
100
}
101
- Add-BuildLog "vs:$VsData.vs"
102
+ echo "vs:$VsData.vs"
+ echo "toolset:$VsData.toolset"
103
shell: pwsh
104
105
# msbuild_16:
0 commit comments