Skip to content

Commit 28c9022

Browse files
committed
fixup! wip: ci
1 parent 7a4a15c commit 28c9022

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/extension/BuildPhpExtension/private/Invoke-Build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Function Invoke-Build {
2121
ls "$((Get-Location).Path)"
2222
echo ">>> $((Get-Location).Path)\lz4"
2323
ls "$((Get-Location).Path)\lz4"
24-
msbuild -version
2524

2625
$builder = "php-sdk\phpsdk-starter.bat"
2726
$task = [System.IO.Path]::Combine($PSScriptRoot, '..\config\task.bat')

.github/workflows/win.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
if($null -eq $VsData.vs) {
9999
throw "PHP version $PhpVersion is not supported."
100100
}
101-
Add-BuildLog "vs:$VsData.vs"
102-
msbuild -version
101+
echo "vs:$VsData.vs"
102+
echo "toolset:$VsData.toolset"
103103
shell: pwsh
104104

105105
# msbuild_16:

0 commit comments

Comments
 (0)