mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline file changes
This commit is contained in:
parent
f073c450a4
commit
28699e8450
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ steps:
|
|||
[System.Environment]::SetEnvironmentVariable($envName, $($capability.Value))
|
||||
$envValue = [System.Environment]::GetEnvironmentVariable($envName)
|
||||
|
||||
Write-Host "##vso[task.setvariable variable=$envName;]$($capability.Value)"
|
||||
|
||||
Write-Host "$envName = $envValue"
|
||||
$count = $count + 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue