Skip to content

Commit f9e309b

Browse files
committed
Add debug info
1 parent f5e04ec commit f9e309b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build/build.ps1

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ try {
2424
$env:OS_VERSION_TAG="-$env:WINDOWS_VERSION"
2525
}
2626

27+
echo '------------------'
28+
echo 'OS info'
29+
echo '------------------'
30+
echo "DOCKER_BUILD_OS = $env:DOCKER_BUILD_OS"
31+
echo "DOCKER_BUILD_CPU = $env:DOCKER_BUILD_CPU"
32+
echo "WINDOWS_VERSION = $env:WINDOWS_VERSION"
33+
echo "WINDOWS_VERSION_CODE = $env:WINDOWS_VERSION_CODE"
34+
echo "OS_VERSION_TAG = $env:OS_VERSION_TAG"
35+
echo '------------------'
36+
2737
$collection='images'
2838
if ($Chapters) {
2939
$collection='chapters'

0 commit comments

Comments
 (0)