From 28fbf3a8df9b521218d5ae4137a39175e8148f7b Mon Sep 17 00:00:00 2001 From: AlisherAmonulloev Date: Wed, 27 Nov 2024 14:21:04 +0200 Subject: [PATCH] Update test-example.ps1 --- test-example.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test-example.ps1 b/test-example.ps1 index 7b5daf2..e5b2f03 100644 --- a/test-example.ps1 +++ b/test-example.ps1 @@ -57,8 +57,6 @@ function Process-JavaScriptProjects { # Write-Output "Running: $command" # Invoke-Expression $command #} - - Write-Host "Running 'npm run build' in $($folder.Name)" $buildResult = & npm run build @@ -100,6 +98,10 @@ function Process-DotNetProjects { } Write-Host "Version: $global:buildVersion" +Write-Host "BUILD_NUMBER: $env:BUILD_NUMBER" +Write-Host "BUILD_ID: $env:BUILD_ID" +Write-Host "BUILD_DISPLAY_NAME: $env:BUILD_DISPLAY_NAME" + Process-JavaScriptProjects Process-DotNetProjects