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
5f7443e8fb
commit
f86eda4d38
1 changed files with 2 additions and 0 deletions
|
|
@ -66,7 +66,9 @@ steps:
|
|||
foreach ($capability in $capabilities.PSObject.Properties) {
|
||||
$envName = "AgentCapabilities.$($capabilityType).$($capability.Name)".Replace('_', '.')
|
||||
[System.Environment]::SetEnvironmentVariable($envName, $($capability.Value))
|
||||
$envValue = [System.Environment]::GetEnvironmentVariable($envName)
|
||||
|
||||
Write-Host "$envName = $envValue"
|
||||
$count = $count + 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue