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
e96a146f55
commit
968f9f4df4
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ steps:
|
|||
displayName: Create AgentCapabilities Environment Variables
|
||||
env:
|
||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
||||
USER_ACCESSTOKEN: $(AuthorizationToken)
|
||||
USER_ACCESSTOKEN: $(AccessToken)
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
|
|
@ -29,7 +29,7 @@ steps:
|
|||
[Net.ServicePointManager]::SecurityProtocol = "Tls12, Tls13"
|
||||
|
||||
$headers = @{
|
||||
Authorization = "Basic $accessToken"
|
||||
Authorization = "Bearer $accessToken"
|
||||
}
|
||||
|
||||
$uri = "$($baseUri)/distributedtask/pools?api-version=6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue