Skip to content

Commit

Permalink
Update test-example.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisherAmonulloev committed Nov 27, 2024
1 parent 2d31e4e commit 28fbf3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test-example.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 28fbf3a

Please sign in to comment.