mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
script change
This commit is contained in:
parent
8f834d9aef
commit
9aa4716173
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ steps:
|
|||
inputs:
|
||||
targetType: filePath
|
||||
filePath: './.azure/scripts/CreateAgentCapabilitiesEnvironmentVariables.ps1'
|
||||
arguments: "-CollectionUri '$(System.CollectionUri)' -AgentId '$(Agent.Id)' -AgentName '$(Agent.Name)' -AccessToken $env:SYSTEM_ACCESSTOKEN -DebugMode $(System.Debug)"
|
||||
arguments: "-CollectionUri '$(System.CollectionUri)' -AgentId '$(Agent.Id)' -AgentName '$(Agent.Name)' -AccessToken '$env:SYSTEM_ACCESSTOKEN' -DebugMode $(System.Debug)"
|
||||
pwsh: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue