mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
7e7211dd65
commit
a980688b74
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Create AgentCapabilities Environment Variables
|
displayName: Create Agent Capabilities Environment Variables
|
||||||
env:
|
env:
|
||||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
||||||
USER_ACCESSTOKEN: $(AccessToken)
|
USER_ACCESSTOKEN: $(AccessToken)
|
||||||
|
|
@ -70,7 +70,7 @@ steps:
|
||||||
$count = $count + 1
|
$count = $count + 1
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host -ForeGroundColor Cyan "Created $count AgentCapabilities.$capabilityType environment variables"
|
Write-Host -ForeGroundColor Cyan "Created $count AGENT_$capabilityType environment variable(s)"
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($CollectionUri.EndsWith('/')) {
|
if ($CollectionUri.EndsWith('/')) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue