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
2b54c63bbd
commit
46a1ec387f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ steps:
|
|||
foreach ($capability in $capabilities.PSObject.Properties) {
|
||||
$envName = "AGENT_$($capabilityType)_$($capability.Name)".ToUpper()
|
||||
Write-Host "##vso[task.setvariable variable=$envName;]$($capability.Value)"
|
||||
$envValue = $env:$envName
|
||||
$envValue = $($env:$envName)
|
||||
|
||||
Write-Host "$envName = $envValue"
|
||||
$count = $count + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue