16 lines
580 B
Markdown
16 lines
580 B
Markdown
---
|
|
type: "topic"
|
|
created: "2024-01-06T01:25:36.017Z"
|
|
updated: "2024-01-06T01:25:36.017Z"
|
|
---
|
|
|
|
# VSTeam
|
|
|
|
```PowerShell
|
|
Install-Module -Name VSTeam -Scope CurrentUser
|
|
# https://stackoverflow.com/questions/53749110/can-i-validate-an-azure-pipelines-yml-file-via-cli
|
|
# https://methodsandpractices.github.io/vsteam-docs/docs/modules/vsteam/commands/Set-VSTeamAccount/
|
|
# https://tfs.intra.infineon.com/tfs/ManufacturingIT/Mesa_FI/_settings/agentqueues?queueId=1650&view=agents
|
|
Set-VSTeamAccount -Account https://tfs.intra.infineon.com/tfs/ManufacturingIT -UseWindowsAuthentication
|
|
```
|